Skip to content

Commit

Permalink
🐛 Install ca-certificates on debian base image first (#1952)
Browse files Browse the repository at this point in the history
  • Loading branch information
Itxaka authored Oct 25, 2023
1 parent 8f7e826 commit e4594b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions images/Dockerfile.debian
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,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 apt-get update && apt-get install -y --no-install-recommends ca-certificates
RUN <<EOF
echo "deb https://ftp.debian.org/debian bookworm main contrib" >> /etc/apt/sources.list.d/kairos.list
EOF
Expand Down

0 comments on commit e4594b3

Please sign in to comment.