zhuhai111 commited on
Commit
1d5dee6
·
verified ·
1 Parent(s): badde30

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -2
Dockerfile CHANGED
@@ -2,7 +2,8 @@ FROM dorowu/ubuntu-desktop-lxde-vnc
2
 
3
  USER root
4
 
5
- RUN apt-get update \
 
6
  && apt-get install -y python3 python3-pip \
7
  && pip3 install paramiko \
8
  && apt-get clean \
@@ -18,4 +19,4 @@ COPY config.json /workspace/config.json
18
  USER user
19
  WORKDIR /workspace
20
 
21
- CMD bash -c "(python3 ssh_client.py -c config.json &) && tail -f /dev/null"
 
2
 
3
  USER root
4
 
5
+ RUN rm -f /etc/apt/sources.list.d/google-chrome.list \
6
+ && apt-get update \
7
  && apt-get install -y python3 python3-pip \
8
  && pip3 install paramiko \
9
  && apt-get clean \
 
19
  USER user
20
  WORKDIR /workspace
21
 
22
+ CMD bash -c "(python3 ssh_client.py -c config.json &) && tail -f /dev/null"