This commit is contained in:
2021-02-16 17:44:40 +01:00
parent cfaa2c64b6
commit a9598aacb2

View File

@@ -3,6 +3,8 @@ FROM debian:stable
# APT-cache for all
RUN sed -i 's@deb.debian.org@apt-cache.lan/deb.debian.org@g' /etc/apt/sources.list
RUN sed -i 's@security.debian.org@apt-cache.lan/security.debian.org@g' /etc/apt/sources.list
RUN echo 'deb-src http://apt-cache.lan/deb.debian.org/debian stable main' > /etc/apt/sources.list.d/src.list
RUN apt-get update
RUN apt-get install -y \
procps build-essential dpkg-dev dpkg-cross \