Skip to content

Commit ad2860a

Browse files
authored
Merge pull request #17 from uyjulian/dockerfile_deps_update
change: [Dockerfile] update list of packages to install
2 parents eb6b702 + 2cad424 commit ad2860a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ENV PATH $PATH:${PS2DEV}/dvp/bin
66

77
COPY . /src
88

9-
RUN apk add build-base git bash patch wget texinfo gettext
9+
RUN apk add build-base bash gcc git make flex bison texinfo gmp-dev mpfr-dev mpc1-dev
1010
RUN cd /src && ./toolchain.sh
1111

1212
# Second stage of Dockerfile

0 commit comments

Comments
 (0)