fixed deploy/run task issue

This commit is contained in:
Marvin Zhang
2019-03-02 09:37:55 +08:00
parent f3ff0a464a
commit 307a1872f1
10 changed files with 125 additions and 33 deletions

View File

@@ -10,7 +10,7 @@ RUN cat /etc/resolv.conf
# install python
RUN apt-get update
RUN apt-get install -y python3 python3-pip net-tools iputils-ping
RUN apt-get install -y python3 python3-pip net-tools iputils-ping vim
# soft link
RUN ln -s /usr/bin/pip3 /usr/local/bin/pip