build(docker/backend): add debug info prints for ci

This commit is contained in:
Sarah Vaupel 2024-11-28 11:40:20 +01:00
parent 9df3b18680
commit d1126b3acf

View File

@ -2,6 +2,9 @@ FROM devfra.azurecr.io/de.fraport.build/tools:1.1.0
# debug info
RUN lsb_release -a
RUN curl -k https://google.de
RUN env
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