diff --git a/containers/debian/base.Dockerfile b/containers/debian/base.Dockerfile index e74b11909f49bfc05543f91a2d57a0ca660bfca1..f25a14aae10e58732ee2a37f0d939cb2c537d2fd 100644 --- a/containers/debian/base.Dockerfile +++ b/containers/debian/base.Dockerfile @@ -89,7 +89,7 @@ case ${ID} in *) echo "Unsupported ID=${ID}" ; exit 1 ;; esac # Clang version and repository -CLANG=14 +CLANG="-14" curl -s https://apt.llvm.org/llvm-snapshot.gpg.key | apt-key add - echo "deb http://apt.llvm.org/${VERSION_CODENAME} llvm-toolchain-${VERSION_CODENAME}${CLANG} main" > /etc/apt/source.list.d/llvm.list # Install packages