From 6ddc7939d7d6626348d8f922b51e11d6d418dfd0 Mon Sep 17 00:00:00 2001 From: Yancheng Zheng <103552181+anakinxc@users.noreply.github.com> Date: Sun, 19 May 2024 14:11:10 +0800 Subject: [PATCH] Update ubuntu-base-ci.DockerFile --- dockerfiles/ubuntu-base-ci.DockerFile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockerfiles/ubuntu-base-ci.DockerFile b/dockerfiles/ubuntu-base-ci.DockerFile index 1293446..f4caab7 100644 --- a/dockerfiles/ubuntu-base-ci.DockerFile +++ b/dockerfiles/ubuntu-base-ci.DockerFile @@ -11,7 +11,7 @@ RUN apt update \ && apt upgrade -y \ && apt install -y gcc-11 g++-11 libasan6 \ git wget curl unzip autoconf make lld-15 \ - cmake ninja-build nasm vim-common libgl1 libglib2.0-0 \ + cmake ninja-build vim-common libgl1 libglib2.0-0 \ && apt clean \ && update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-11 100 \ && update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-11 100 \