Skip to content

Commit b220ddf

Browse files
committed
make source package repo available again [fix]
We need it for installing `squid3` sources. All credits go to @Malvineous, see github issue silarsis#21: silarsis#21
1 parent b7cc38d commit b220ddf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ MAINTAINER Kevin Littlejohn <kevin@littlejohn.id.au>, \
55

66
# Install base dependencies.
77
WORKDIR /root
8+
RUN sed -i 's/^# deb-src/deb-src/' /etc/apt/sources.list
89
RUN export DEBIAN_FRONTEND=noninteractive TERM=linux \
910
&& apt-get update \
1011
&& apt-get install -y --no-install-recommends \

0 commit comments

Comments
 (0)