Skip to content

Commit 9c455b5

Browse files
authored
Merge pull request #57 from fjtrujy/fix_alpine
Fix compilation issues now we can use latest version of alpine again
2 parents b7e12c0 + db53663 commit 9c455b5

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Dockerfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
# 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
2+
FROM alpine:latest
43

54
ENV PS2DEV /usr/local/ps2dev
65
ENV PATH $PATH:${PS2DEV}/ee/bin
76

87
COPY . /src
98

10-
RUN apk add build-base bash gcc git make flex bison texinfo gmp-dev mpfr-dev mpc1-dev
9+
RUN apk add build-base bash gcc git make flex bison texinfo gmp-dev mpfr-dev mpc1-dev gawk
1110
RUN cd /src && ./toolchain.sh
1211

1312
# Second stage of Dockerfile

0 commit comments

Comments
 (0)