Unnötige Schritte entfernt
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
54fff1b051
commit
9df7e677a2
1 changed files with 2 additions and 5 deletions
|
@ -4,17 +4,14 @@ FROM webdevops/php-apache:8.2
|
||||||
RUN apt-get update
|
RUN apt-get update
|
||||||
RUN apt-get install -y librsvg2-bin
|
RUN apt-get install -y librsvg2-bin
|
||||||
|
|
||||||
# and lilypond to render notes/songs
|
# and lilypond etc. to render notes/songs
|
||||||
RUN apt-get install -y lilypond
|
RUN apt-get install -y lilypond
|
||||||
RUN apt-get install -y ffmpeg
|
RUN apt-get install -y ffmpeg
|
||||||
RUN apt-get install -y fluidsynth
|
RUN apt-get install -y fluidsynth
|
||||||
|
|
||||||
# enable postfix to be able to send mails
|
# enable postfix to be able to send mails
|
||||||
RUN /opt/docker/bin/usr-bin/docker-service-enable postfix
|
RUN /opt/docker/bin/usr-bin/docker-service-enable postfix
|
||||||
RUN mkfifo /var/spool/postfix/public/pickup
|
RUN mkfifo /var/spool/postfix/public/pickup
|
||||||
#RUN service postfix restart
|
|
||||||
|
|
||||||
#restart apache
|
|
||||||
#RUN service apache2 restart
|
|
||||||
|
|
||||||
# export ports
|
# export ports
|
||||||
EXPOSE 80 443
|
EXPOSE 80 443
|
||||||
|
|
Loading…
Reference in a new issue