Skip to content

Commit

Permalink
Prevent removal of the ca-certificates, so that there is no
Browse files Browse the repository at this point in the history
warnings while building based on this image.
  • Loading branch information
sobomax committed Jul 26, 2024
1 parent e8ec787 commit 76c7ad3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/install_depends.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ then
echo "deb [signed-by=/usr/share/keyrings/llvm.gpg] http://apt.llvm.org/bookworm/ llvm-toolchain-bookworm-${CLANG_VER} main" > /etc/apt/sources.list.d/llvm.list
curl https://apt.llvm.org/llvm-snapshot.gpg.key | gpg --dearmor > /usr/share/keyrings/llvm.gpg
apt-get -y update -qq
apt-mark hold ca-certificates
fi

${APT_INSTALL} ${LIB_DEPS} ${BUILD_DEPS}

0 comments on commit 76c7ad3

Please sign in to comment.