Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
change path for superfamiconv and superfamicheck
  • Loading branch information
lintbe authored Apr 19, 2024
1 parent e6ef0ba commit a2e3228
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ RUN wget https://github.com/cc65/cc65/archive/refs/heads/master.zip -O cc65-mast

WORKDIR /usr/src

RUN wget https://github.com/AntiheroSoftware/SuperFamiconv/archive/refs/heads/master.zip \
RUN wget https://github.com/AntiheroSoftware/SuperFamiconv/archive/refs/heads/main.zip \
&& unzip master.zip \
&& cd SuperFamiconv-master \
&& cd SuperFamiconv-main \
&& make \
&& cp /usr/src/SuperFamiconv-master/bin/superfamiconv /usr/bin/superfamiconv \
&& cd .. && rm -rf master.zip

RUN wget https://github.com/Optiroc/SuperFamicheck/archive/refs/heads/master.zip \
RUN wget https://github.com/Optiroc/SuperFamicheck/archive/refs/heads/main.zip \
&& unzip master.zip \
&& cd SuperFamicheck-main \
&& make \
Expand Down

0 comments on commit a2e3228

Please sign in to comment.