Skip to content

Commit

Permalink
Update ubuntu-base-ci.DockerFile
Browse files Browse the repository at this point in the history
  • Loading branch information
anakinxc authored May 19, 2024
1 parent 11bcfcb commit 6ddc793
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfiles/ubuntu-base-ci.DockerFile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 6ddc793

Please sign in to comment.