Skip to content

Commit 8e4fb43

Browse files
Adding DASM
1 parent 4a75ccb commit 8e4fb43

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,6 @@ RUN mkdir goattracker && wget --quiet -P goattracker https://sourceforge.net/pro
2222
RUN cd goattracker && unzip download
2323
RUN cd goattracker/src && make ../linux/gt2reloc
2424
RUN cd goattracker/linux && ls -al && cp gt2reloc /usr/bin
25+
# DASM
26+
RUN mkdir dasm && wget --quiet -P dasm https://github.com/dasm-assembler/dasm/releases/download/2.20.14.1/dasm-2.20.14.1-linux-x64.tar.gz
27+
RUN cd dasm && unzip dasm-2.20.14.1-linux-x64.tar.gz && cp dasm /usr/bin && chmod a+x /usr/bin/dasm

0 commit comments

Comments
 (0)