We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b7e12c0 + db53663 commit 9c455b5Copy full SHA for 9c455b5
Dockerfile
@@ -1,13 +1,12 @@
1
# First stage of Dockerfile
2
-# Point to fixed 3.20.3 as 3.21.0 has issues compiling GCC
3
-FROM alpine:3.20.3
+FROM alpine:latest
4
5
ENV PS2DEV /usr/local/ps2dev
6
ENV PATH $PATH:${PS2DEV}/ee/bin
7
8
COPY . /src
9
10
-RUN apk add build-base bash gcc git make flex bison texinfo gmp-dev mpfr-dev mpc1-dev
+RUN apk add build-base bash gcc git make flex bison texinfo gmp-dev mpfr-dev mpc1-dev gawk
11
RUN cd /src && ./toolchain.sh
12
13
# Second stage of Dockerfile
0 commit comments