Skip to content

Commit

Permalink
Downgrade gcc to 9 for Jammy
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandrst88 committed Nov 6, 2023
1 parent 38eb188 commit 8f79b07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/llvm_runner/jammy.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update && \
apt-get install --yes --no-install-recommends \
bash git openssl curl libssl-dev sudo ssh-client \
cmake gcc g++ ninja-build \
cmake gcc-9 g++-9 ninja-build \
libpq-dev pkg-config \
software-properties-common jq \
openssh-client git \
Expand Down

0 comments on commit 8f79b07

Please sign in to comment.