PHP Version aktualisiert / Postfix deaktiviert
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
5d588dcbf8
commit
8e4b07bb97
1 changed files with 4 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
||||||
FROM webdevops/php-apache:8.1
|
FROM webdevops/php-apache:8.2
|
||||||
|
|
||||||
# want rsvg support too
|
# want rsvg support too
|
||||||
RUN apt-get update
|
RUN apt-get update
|
||||||
|
@ -9,9 +9,9 @@ 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
|
#RUN service postfix restart
|
||||||
|
|
||||||
#restart apache
|
#restart apache
|
||||||
RUN service apache2 restart
|
RUN service apache2 restart
|
||||||
|
|
Loading…
Reference in a new issue