docker build was broken because of wrong curl install

- curl is already installed at the top of Dockerfile
This commit is contained in:
Martin Filser 2023-06-09 19:31:21 +02:00
parent bc0a879ca1
commit a5519983fe

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