From a5519983fe9609926afaa71406f970eb6187ca31 Mon Sep 17 00:00:00 2001 From: Martin Filser Date: Fri, 9 Jun 2023 19:31:21 +0200 Subject: [PATCH] docker build was broken because of wrong curl install - curl is already installed at the top of Dockerfile --- Dockerfile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index a9bebb931..104e8f145 100644 --- a/Dockerfile +++ b/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