firejail bug fix
This commit is contained in:
parent
9bd6f7de4a
commit
e83f534f07
3 changed files with 5 additions and 1 deletions
BIN
.DS_Store
vendored
BIN
.DS_Store
vendored
Binary file not shown.
|
|
@ -41,7 +41,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
docker buildx build \
|
docker buildx build \
|
||||||
--platform linux/amd64 .
|
--platform linux/amd64 .
|
||||||
- name: build and pushthe image
|
- name: build and push the image
|
||||||
if: github.ref == 'refs/heads/master'
|
if: github.ref == 'refs/heads/master'
|
||||||
run: |
|
run: |
|
||||||
docker buildx build --push \
|
docker buildx build --push \
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,8 @@
|
||||||
FROM mediawiki:lts
|
FROM mediawiki:lts
|
||||||
|
|
||||||
|
ARG DEBIAN_FRONTEND=noninteractive
|
||||||
|
ENV DEBIAN_FRONTEND=noninteractive
|
||||||
|
|
||||||
RUN apt update && apt install -y xpdf
|
RUN apt update && apt install -y xpdf
|
||||||
|
|
||||||
# Eventually you need tu build ghostscript from source
|
# Eventually you need tu build ghostscript from source
|
||||||
|
|
@ -16,6 +19,7 @@ RUN apt install -y ffmpeg
|
||||||
# Music Notation Framework LilyPond
|
# Music Notation Framework LilyPond
|
||||||
RUN apt install -y lilypond
|
RUN apt install -y lilypond
|
||||||
# Sandboxing system
|
# Sandboxing system
|
||||||
|
# install needs keyboard settings and gets stuck...
|
||||||
RUN apt install -y firejail
|
RUN apt install -y firejail
|
||||||
# A SoundFont Synthesizer
|
# A SoundFont Synthesizer
|
||||||
RUN apt install -y fluidsynth
|
RUN apt install -y fluidsynth
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue