Skip to content

Commit

Permalink
change: [Dockerfile] update list of packages to install
Browse files Browse the repository at this point in the history
  • Loading branch information
uyjulian committed May 6, 2024
1 parent eb6b702 commit 2cad424
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 2cad424

Please sign in to comment.