build(docker/backend): add debug print for apt sources info
This commit is contained in:
parent
268ad6b8a6
commit
623cc91c22
@ -1,5 +1,8 @@
|
|||||||
FROM docker.io/ubuntu:latest
|
FROM docker.io/ubuntu:latest
|
||||||
|
|
||||||
|
# DEBUG: list apt sources
|
||||||
|
RUN grep ^ /etc/apt/sources.list /etc/apt/sources.list.d/*
|
||||||
|
|
||||||
# compile-time dependencies
|
# compile-time dependencies
|
||||||
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
|
||||||
|
|||||||
Reference in New Issue
Block a user