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.
1 parent eb6b702 commit 2cad424Copy full SHA for 2cad424
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