Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
remove debug and fix copy path for binary file
  • Loading branch information
lintbe authored Apr 18, 2024
1 parent 381d90a commit b78c48a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@ RUN wget https://github.com/Optiroc/SuperFamicheck/archive/refs/heads/master.zip
&& unzip master.zip \
&& cd SuperFamicheck-main \
&& make \
&& ls -alR \
&& cp /usr/src/SuperFamicheck-main/bin/superfamicheck /usr/bin/superfamicheck \
&& cp /usr/src/SuperFamicheck-main//build/release/superfamicheck /usr/bin/superfamicheck \
&& cd .. && rm -rf master.zip

ADD tools/pcx2snes.c /usr/src/pcx2snes.c
Expand Down

0 comments on commit b78c48a

Please sign in to comment.