File tree Expand file tree Collapse file tree 4 files changed +14
-0
lines changed
Expand file tree Collapse file tree 4 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,11 @@ LABEL maintainer="Marc Cornellà <hello@mcornella.com>"
1212# set UTF-8 locale
1313ENV LANG=C.UTF-8
1414
15+ # TODO: update base to avoid using deprecated debian versions
16+ COPY sources.list /etc/apt/
17+
18+ RUN cat /etc/apt/sources.list
19+
1520# install basic tools
1621RUN install_packages \
1722 ca-certificates \
Original file line number Diff line number Diff line change 1+ deb http://archive.debian.org/debian buster main
2+ deb http://archive.debian.org/debian-security buster/updates main
Original file line number Diff line number Diff line change @@ -12,6 +12,11 @@ LABEL maintainer="Marc Cornellà <hello@mcornella.com>"
1212# set UTF-8 locale
1313ENV LANG=C.UTF-8
1414
15+ # TODO: update base to avoid using deprecated debian versions
16+ COPY sources.list /etc/apt/
17+
18+ RUN cat /etc/apt/sources.list
19+
1520# install basic tools
1621RUN install_packages \
1722 ca-certificates \
Original file line number Diff line number Diff line change 1+ deb http://archive.debian.org/debian buster main
2+ deb http://archive.debian.org/debian-security buster/updates main
You can’t perform that action at this time.
0 commit comments