Skip to content

Commit

Permalink
Fix debian repository (#1951)
Browse files Browse the repository at this point in the history
for some reason the CDN mirrors are not working

Signed-off-by: Dimitris Karakasilis <[email protected]>
  • Loading branch information
jimmykarily authored Oct 25, 2023
1 parent 6327894 commit 8f7e826
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/Dockerfile.debian
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ARG BASE_IMAGE=debian:testing
# we use testing for amd64 because zfsutils-linux is not available in bookworm
FROM $BASE_IMAGE AS amd64-upstream
RUN <<EOF
echo "deb http://deb.debian.org/debian bookworm main contrib" >> /etc/apt/sources.list.d/kairos.list
echo "deb https://ftp.debian.org/debian bookworm main contrib" >> /etc/apt/sources.list.d/kairos.list
EOF

FROM $BASE_IMAGE AS arm64-upstream
Expand Down

0 comments on commit 8f7e826

Please sign in to comment.