Skip to content

Commit

Permalink
Merge pull request #17 from uyjulian/dockerfile_deps_update
Browse files Browse the repository at this point in the history
change: [Dockerfile] update list of packages to install
  • Loading branch information
uyjulian authored May 6, 2024
2 parents eb6b702 + 2cad424 commit ad2860a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ENV PATH $PATH:${PS2DEV}/dvp/bin

COPY . /src

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
RUN cd /src && ./toolchain.sh

# Second stage of Dockerfile
Expand Down

0 comments on commit ad2860a

Please sign in to comment.