build(docker/backend): remove debug output

This commit is contained in:
Sarah Vaupel 2024-12-04 16:30:35 +01:00
parent c3117dbdcd
commit 6c525bc986

View File

@ -1,10 +1,5 @@
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 haskell-stack git