Skip to content

Commit

Permalink
Merge pull request #36 from fjtrujy/master
Browse files Browse the repository at this point in the history
Update bash variables in Dockerfile
  • Loading branch information
fjtrujy authored Dec 21, 2022
2 parents 70f2823 + 9cd29b8 commit 82bbedf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ RUN cd /src && make clean all install
FROM alpine:latest

ENV PS2DEV /usr/local/ps2dev
ENV PATH $PATH:${PS2DEV}/ee/bin
ENV PS2SDK $PS2DEV/ps2sdk
ENV PATH $PATH:${PS2DEV}/bin:${PS2DEV}/ee/bin:${PS2DEV}/iop/bin:${PS2DEV}/dvp/bin:${PS2SDK}/bin

COPY --from=0 ${PS2DEV} ${PS2DEV}

0 comments on commit 82bbedf

Please sign in to comment.