We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a75ccb commit 8e4fb43Copy full SHA for 8e4fb43
1 file changed
Dockerfile
@@ -22,3 +22,6 @@ RUN mkdir goattracker && wget --quiet -P goattracker https://sourceforge.net/pro
22
RUN cd goattracker && unzip download
23
RUN cd goattracker/src && make ../linux/gt2reloc
24
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