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 eb6b702 + 2cad424 commit ad2860aCopy full SHA for ad2860a
Dockerfile
@@ -6,7 +6,7 @@ ENV PATH $PATH:${PS2DEV}/dvp/bin
6
7
COPY . /src
8
9
-RUN apk add build-base git bash patch wget texinfo gettext
+RUN apk add build-base bash gcc git make flex bison texinfo gmp-dev mpfr-dev mpc1-dev
10
RUN cd /src && ./toolchain.sh
11
12
# Second stage of Dockerfile
0 commit comments