From e83f534f07375d9a80148bff57ef37158a5ef99e Mon Sep 17 00:00:00 2001 From: conradschulz Date: Sat, 12 Mar 2022 16:21:29 +0100 Subject: [PATCH] firejail bug fix --- .DS_Store | Bin 8196 -> 8196 bytes .../rd13_media_wiki_docker_build.yml | 2 +- dockerfile | 4 ++++ 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.DS_Store b/.DS_Store index 08fb2ec4016ce40f2adc17bddf9bbe5fddca8330..4fd8f63c9d03ae90bc9616a802f98c76849632cf 100644 GIT binary patch delta 48 zcmZp1XmOa}&nU4mU^hRb#AY6W6O0@w#mPBI`T04U4+?5CF)~aR6cL%sD6(Yp0TCB& E0DKS*_y7O^ delta 47 zcmV+~0MP%0K!iY$PXQOPP`eKS7qbiy$N{tO5f}mi0h7@Z6q6hjq_eIZRs)f646_Fq F{ReUW4|D(k diff --git a/.github/workflows/rd13_media_wiki_docker_build.yml b/.github/workflows/rd13_media_wiki_docker_build.yml index befda9f..6be5434 100644 --- a/.github/workflows/rd13_media_wiki_docker_build.yml +++ b/.github/workflows/rd13_media_wiki_docker_build.yml @@ -41,7 +41,7 @@ jobs: run: | docker buildx build \ --platform linux/amd64 . - - name: build and pushthe image + - name: build and push the image if: github.ref == 'refs/heads/master' run: | docker buildx build --push \ diff --git a/dockerfile b/dockerfile index 2503f83..378e950 100644 --- a/dockerfile +++ b/dockerfile @@ -1,5 +1,8 @@ FROM mediawiki:lts +ARG DEBIAN_FRONTEND=noninteractive +ENV DEBIAN_FRONTEND=noninteractive + RUN apt update && apt install -y xpdf # Eventually you need tu build ghostscript from source @@ -16,6 +19,7 @@ RUN apt install -y ffmpeg # Music Notation Framework LilyPond RUN apt install -y lilypond # Sandboxing system +# install needs keyboard settings and gets stuck... RUN apt install -y firejail # A SoundFont Synthesizer RUN apt install -y fluidsynth