build(docker/backend): remove debug output
This commit is contained in:
parent
c3117dbdcd
commit
6c525bc986
@ -1,10 +1,5 @@
|
|||||||
FROM docker.io/ubuntu:latest
|
FROM docker.io/ubuntu:latest
|
||||||
|
|
||||||
# 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 inotify-tools
|
||||||
RUN apt-get -y update && apt-get -y install haskell-stack git
|
RUN apt-get -y update && apt-get -y install haskell-stack git
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user