We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6b2797 commit 16e6f6bCopy full SHA for 16e6f6b
Dockerfile
@@ -68,9 +68,6 @@ RUN apt-get install -y php-mf2
68
RUN apt-get install -y php-zip
69
RUN apt-get install -y php-json
70
71
-RUN apt-get update
72
-
73
-RUN apt-get install -y php-mongo
74
RUN apt-get install -y php-mcrypt
75
RUN apt-get install -y php-mongodb
76
RUN apt-get install -y php-odbc
@@ -140,9 +137,10 @@ y\n\
140
137
y" > /mysql_secure_installation_answers.txt
141
138
142
139
ENTRYPOINT service nginx start \
143
- && service mysql start \
+ && service mariadb start \
144
&& mysql_secure_installation < /mysql_secure_installation_answers.txt \
145
&& rm mysql_secure_installation_answers.txt \
+ && touch /var/log/container.log \
146
&& tail -F /var/log/container.log
147
148
EXPOSE 80
0 commit comments