Skip to content

Commit 57f45df

Browse files
authored
Update docker/ubuntu/Dockerfile
1 parent c832e6e commit 57f45df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/ubuntu/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ RUN <<EOF
228228
printf "%s\n" \
229229
"Acquire::AllowInsecureRepositories \"true\";" \
230230
"Acquire::AllowWeakRepositories \"true\";" \
231-
| tee /etc/apt/apt.conf.d/99llvmallow-weak
231+
| tee /etc/apt/apt.conf.d/99llvm-allow-weak
232232
apt-get update
233233
apt-get install -y --no-install-recommends --allow-unauthenticated \
234234
clang-${CLANG_VERSION} \

0 commit comments

Comments
 (0)