Skip to content

Commit

Permalink
Adding git to image
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielmcf committed Nov 7, 2023
1 parent 35bed18 commit 2ddfdb0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions musescore-docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
FROM debian:11.8-slim AS build

RUN apt-get update -y && \
apt-get install -y curl jq libegl-dev libasound2 libjack0 librust-gobject-sys-dev libnss3 xvfb && \
apt-get install -y curl jq libegl-dev libasound2 libjack0 librust-gobject-sys-dev libnss3 xvfb git && \
curl -L https://github.com/musescore/MuseScore/releases/download/v3.6.2/MuseScore-3.6.2.548021370-x86_64.AppImage -o /musescore.AppImage && \
chmod +x /musescore.AppImage && \
/musescore.AppImage --appimage-extract && \
apt-get autoclean && rm /musescore.AppImage && \
alias musescore-cli="xvfb-run /squashfs-root/AppRun"
apt-get autoclean && rm /musescore.AppImage

# COPY entrypoint.sh /entrypoint.sh
# RUN chmod +x /entrypoint.sh
Expand Down

0 comments on commit 2ddfdb0

Please sign in to comment.