From ff8e03d285a4cff2a5f85308d0789593b2bc502f Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 30 Dec 2022 23:26:24 +0800 Subject: [PATCH] disable llvm bionic repo for now --- docker/03-custom-install.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docker/03-custom-install.sh b/docker/03-custom-install.sh index a891bed7..8d067076 100755 --- a/docker/03-custom-install.sh +++ b/docker/03-custom-install.sh @@ -19,10 +19,10 @@ export DEBIAN_FRONTEND=noninteractive # ACCEPT_EULA=Y apt-get install msodbcsql17 -y # llvm for llvm-hs -curl https://apt.llvm.org/llvm-snapshot.gpg.key | apt-key add - -add-apt-repository "deb http://apt.llvm.org/bionic/ llvm-toolchain-bionic-9 main" -apt-get update -apt-get install llvm-9-dev -y +#curl https://apt.llvm.org/llvm-snapshot.gpg.key | apt-key add - +#add-apt-repository "deb http://apt.llvm.org/bionic/ llvm-toolchain-bionic-9 main" +#apt-get update +#apt-get install llvm-9-dev -y locale-gen en_US.UTF-8