Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
humbertodias authored Mar 9, 2024
1 parent c6c3b0b commit 1850e24
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 @@ -42,7 +42,7 @@ RUN apt update \
&& echo "check_certificate = off" >> ~/.wgetrc \
# pass toolchain's check for gmp
&& ln -s /usr/include/x86_64-linux-gnu/gmp.h /usr/include/gmp.h \
&& git clone https://github.com/humbertodias/ps3toolchain.git -b no-pthread /toolchain \
&& git clone https://github.com/humbertodias/ps3toolchain.git /toolchain \
&& /toolchain/toolchain.sh \
&& rm -rf /toolchain

Expand Down

0 comments on commit 1850e24

Please sign in to comment.