build(docker/backend): add debug print for apt sources info

This commit is contained in:
Sarah Vaupel 2024-12-10 14:59:45 +01:00 committed by Steffen Jost
parent 268ad6b8a6
commit 623cc91c22

View File

@ -1,5 +1,8 @@
FROM docker.io/ubuntu:latest
# DEBUG: list apt sources
RUN grep ^ /etc/apt/sources.list /etc/apt/sources.list.d/*
# compile-time dependencies
RUN apt-get -y update && apt-get -y install inotify-tools
RUN apt-get -y update && apt-get -y install haskell-stack git