build(docker/backend): add debug info prints for ci
This commit is contained in:
parent
9df3b18680
commit
d1126b3acf
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user