Merge pull request #4955 from mfilser/fix_docker_build_of_pr_4954

docker build was broken because of wrong curl install
This commit is contained in:
Lauri Ojansivu 2023-06-09 21:06:57 +03:00 committed by GitHub
commit 78f9a3303e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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