diff --git a/Dockerfiles/ubuntu2204.dockerfile b/Dockerfiles/ubuntu2204.dockerfile index f2ce46d..447bd87 100644 --- a/Dockerfiles/ubuntu2204.dockerfile +++ b/Dockerfiles/ubuntu2204.dockerfile @@ -53,7 +53,7 @@ RUN cd /root \ && apt update \ && apt install -y software-properties-common \ && add-apt-repository -y ppa:ubuntu-toolchain-r/test \ - && apt install gcc-13 g++-13 \ + && apt install -y gcc-13 g++-13 \ && update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-13 60 \ && update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-13 60 \ && update-alternatives --config gcc \