"progress"
This commit is contained in:
7
docker/psp/Dockerfile
Normal file
7
docker/psp/Dockerfile
Normal file
@@ -0,0 +1,7 @@
|
||||
FROM pspdev/pspdev:latest
|
||||
WORKDIR /workdir
|
||||
RUN apk add --no-cache \
|
||||
python3 \
|
||||
py3-pip
|
||||
VOLUME ["/workdir"]
|
||||
CMD [ "/bin/bash", "-c", "./scripts/build-psp.sh" ]
|
||||
Reference in New Issue
Block a user