Skip to content

Commit

Permalink
Added bin/vscppc at the PPC image
Browse files Browse the repository at this point in the history
  • Loading branch information
walkero-gr committed Mar 21, 2020
1 parent 15c9546 commit 05e9132
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ppc/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ RUN curl -fSL "http://www.ibaug.de/vbcc/vbcc.tar.gz" -o /tmp/vbcc.tar.gz; \
mkdir bin; \
yes '\
' | make TARGET=ppc; \
cp bin/vbcc* bin/vc bin/vprof /opt/vbcc/bin;
make TARGET=ppc bin/vscppc; \
cp bin/vbcc* bin/vscppc bin/vc bin/vprof /opt/vbcc/bin;

RUN curl -fSL "https://server.owl.de/~frank/vbcc/2019-10-04/vbcc_target_ppc-amigaos.lha" -o /tmp/vbcc_target_ppc-amigaos.lha; \
# curl -fSL "https://server.owl.de/~frank/vbcc/2019-10-04/vbcc_target_ppc-morphos.lha" -o /tmp/vbcc_target_ppc-morphos.lha; \
Expand Down Expand Up @@ -112,4 +113,4 @@ ENV AMISSL_INC="/opt/sdk/AmiSSL/include"
WORKDIR /opt/code

# Clean up APT when done.
RUN apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
# RUN apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*

0 comments on commit 05e9132

Please sign in to comment.