Skip to content

Commit

Permalink
ugh
Browse files Browse the repository at this point in the history
  • Loading branch information
jonkeane committed Dec 10, 2024
1 parent 8f235bd commit 7fa1d13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/docker/ubuntu-24.04-cpp.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -143,11 +143,11 @@ RUN if [ "${gcc_version}" = "" ]; then \
apt-get update -y -q && \
if [ "${gcc_version}" -eq "snapshot" ]; then \
apt-get install -y -q --no-install-recommends \
gcc-${gcc_version} \
gcc-${gcc_version} && \
else \
apt-get install -y -q --no-install-recommends \
g++-${gcc_version} \
gcc-${gcc_version} \
gcc-${gcc_version} && \
fi; \
update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-${gcc_version} 100 && \
update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-${gcc_version} 100 && \
Expand Down

0 comments on commit 7fa1d13

Please sign in to comment.