Skip to content

Commit 50432cc

Browse files
committed
fix: use archive repositories
1 parent cd00abf commit 50432cc

File tree

4 files changed

+14
-0
lines changed

4 files changed

+14
-0
lines changed

ohmyzsh/Dockerfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ LABEL maintainer="Marc Cornellà <hello@mcornella.com>"
1212
# set UTF-8 locale
1313
ENV 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
1621
RUN install_packages \
1722
ca-certificates \

ohmyzsh/sources.list

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
deb http://archive.debian.org/debian buster main
2+
deb http://archive.debian.org/debian-security buster/updates main

zsh/Dockerfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ LABEL maintainer="Marc Cornellà <hello@mcornella.com>"
1212
# set UTF-8 locale
1313
ENV 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
1621
RUN install_packages \
1722
ca-certificates \

zsh/sources.list

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
deb http://archive.debian.org/debian buster main
2+
deb http://archive.debian.org/debian-security buster/updates main

0 commit comments

Comments
 (0)