Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
UnknownShadow200 authored Mar 30, 2024
1 parent 0462dbc commit 0b72ba8
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 nvidia-cg-toolkit tar gzip
RUN apt-get -y install bash make nvidia-cg-toolkit python3

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

0 comments on commit 0b72ba8

Please sign in to comment.