Merge pull request #4955 from mfilser/fix_docker_build_of_pr_4954

docker build was broken because of wrong curl install
pull/4956/head
Lauri Ojansivu 2 years ago committed by GitHub
commit 78f9a3303e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 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

Loading…
Cancel
Save