Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr committed Oct 15, 2024
1 parent bf440fd commit de85672
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rig-ubuntu24-gcc14/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM ghcr.io/cynkra/docker-images/rig-ubuntu24:latest
# Get most recent gcc-14 from oracular
RUN sed -i 's/noble/oracular/g' /etc/apt/sources.list

RUN apt-get update && install -y gcc-14 g++-14 cpp-14
RUN apt-get update && apt-get install -y gcc-14 g++-14 cpp-14

# https://stackoverflow.com/a/9103299/946850
RUN <<EOF
Expand Down

0 comments on commit de85672

Please sign in to comment.