Skip to content

Commit

Permalink
Use schreiberx/SASM
Browse files Browse the repository at this point in the history
  • Loading branch information
mariusdkm authored Nov 12, 2021
1 parent b5f3367 commit db81dbd
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 @@ -10,9 +10,9 @@ RUN apk add build-base qt5-qtbase-dev unzip curl \
msttcorefonts-installer && \
update-ms-fonts && \
fc-cache -f && \
curl -L -o sasm.zip https://github.com/Dman95/SASM/archive/refs/tags/v3.12.1.zip && \
curl -L -o sasm.zip https://codeload.github.com/schreiberx/SASM/zip/refs/heads/master && \
unzip sasm.zip -d /home && \
cd /home/SASM-3.12.1 && qmake-qt5 && make && make install
cd /home/SASM-master && qmake-qt5 && make && make install


# Source: https://gist.github.com/bcardiff/85ae47e66ff0df35a78697508fcb49af#gistcomment-2078660
Expand Down Expand Up @@ -40,4 +40,4 @@ COPY --from=build /usr/share/sasm /usr/share/sasm
# Install fonts
RUN fc-cache -f -v

CMD ["sasm"]
CMD ["sasm"]

0 comments on commit db81dbd

Please sign in to comment.