Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions containers/debian/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,13 @@ apt-get -yqq autoremove
localedef -i en_US -f UTF-8 en_US.UTF-8
EOF

# Override SHA-1 second pre-image resistance deadline
## FIXME Remove when LLVM has fixed their signature
COPY /etc/crypto-policies/back-ends/sequoia.config <<EOF
[hash_algorithms]
sha1 = 2026-03-01
Comment thread
wdconinc marked this conversation as resolved.
Outdated
EOF
Comment thread
wdconinc marked this conversation as resolved.

Comment thread
wdconinc marked this conversation as resolved.
# Install updated compilers, with support for multiple base images
## Ubuntu: latest gcc from toolchain ppa, latest stable clang
## Debian: default gcc with distribution, latest stable clang
Expand Down
Loading