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.
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue