Przeglądaj źródła

更新 'Dockerfile'

robert 5 lat temu
rodzic
commit
99c1f51b49
1 zmienionych plików z 2 dodań i 1 usunięć
  1. 2 1
      Dockerfile

+ 2 - 1
Dockerfile

@@ -8,6 +8,7 @@ RUN yum install -y gcc python-devel unzip zip wget \
    && cd /root && unzip setuptools-42.0.2.zip && tar xf pip-19.3.1.tar.gz && unzip flask_zbx_tools.zip \
    && cd /root/setuptools-42.0.2 && python setup.py  install \
    && cd /root/pip-19.3.1 && python setup.py  install  \
-   && cd /root && pip install flask && pip install flask-restful && pip install requests 
+   && cd /root && pip install flask && pip install flask-restful && pip install requests \
+   && ls -l /root
     
 CMD "python /root/flask_zbx_tools/service.py"