Browse Source

docker build was broken because of wrong curl install

- curl is already installed at the top of Dockerfile
Martin Filser 2 years ago
parent
commit
a5519983fe
1 changed files with 0 additions and 3 deletions
  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