Skip to content

Commit

Permalink
Don't forget cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
UnknownShadow200 committed Jun 1, 2024
1 parent f0490b9 commit 79e6ee0
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
@@ -1,7 +1,7 @@
FROM ubuntu:22.04

RUN apt-get update
RUN apt-get -y install bash make
RUN apt-get -y install bash make cmake

RUN echo "## Exporting ps3dev environment" >> /root/.bashrc
RUN echo "export PSNOOB=/usr/local/psnoob" >> /root/.bashrc
Expand Down

0 comments on commit 79e6ee0

Please sign in to comment.