Skip to content

Commit

Permalink
Fix dockerfile
Browse files Browse the repository at this point in the history
This nightly bump is really ugly(bis).

Signed-off-by: Marc Poulhiès <dkm@kataplop.net>
  • Loading branch information
dkm committed Sep 21, 2024
1 parent 9012605 commit 9a5047e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ RUN apt-get update -y -q && apt-get upgrade -y -q && apt-get upgrade -y -q && \
tar Jxf gcc13.tar.xz && \
tar Jxf gcc14.tar.xz && \
tar Jxf gcc-trunk.tar.xz && \
mv gcc-trunk-20240907/ gcc-trunk && \
mv gcc-trunk-20240920/ gcc-trunk && \
rm gcc*.tar.xz

## Beware of the "trunk" download. It is useful when a cross compiler really
Expand Down

0 comments on commit 9a5047e

Please sign in to comment.