From 609adaa960cb48d0e1f0264579dd95e124babce4 Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Thu, 28 Nov 2024 11:48:45 +0100 Subject: [PATCH] build(docker/backend): remove debug info --- docker/backend/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/backend/Dockerfile b/docker/backend/Dockerfile index cf2425275..4b4279d99 100644 --- a/docker/backend/Dockerfile +++ b/docker/backend/Dockerfile @@ -4,7 +4,7 @@ FROM devfra.azurecr.io/de.fraport.build/tools:1.1.0 RUN lsb_release -a # RUN curl -k https://google.de RUN env -RUN curl -sSLk -x $HTTP_PROXY +# RUN curl -sSLk -x $HTTP_PROXY RUN apt-get -y update && apt-get -y install inotify-tools RUN apt-get -y update && apt-get -y install haskell-stack git