Explorar el Código

docker build was broken because of wrong curl install

- curl is already installed at the top of Dockerfile
Martin Filser hace 2 años
padre
commit
a5519983fe
Se han modificado 1 ficheros con 0 adiciones y 3 borrados
  1. 0 3
      Dockerfile

+ 0 - 3
Dockerfile

@@ -254,9 +254,6 @@ RUN \
     #cat /home/wekan/python/esprima-python/files.txt | xargs rm -R && \
     #rm -R /home/wekan/python
     #rm /home/wekan/install_meteor.sh
-    \
-    # Health Check dependencies
-    apt-get install -y --no-install-recommends curl
 
 
 ENV PORT=8080