Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
set back superfamiconv from antihero
  • Loading branch information
lintbe authored Jan 13, 2025
1 parent 91cc6dc commit 04ea820
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,19 +20,19 @@ RUN wget https://github.com/cc65/cc65/archive/refs/heads/master.zip -O cc65-mast

WORKDIR /usr/src

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

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

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

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

0 comments on commit 04ea820

Please sign in to comment.