sources
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user