fix(Dockerfile): fix apk update command

This commit is contained in:
Asif Bacchus 2022-02-19 07:42:30 -07:00
parent 3e4ea22d92
commit af07af2015
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@
</DockerEnvVarImpl>
<DockerEnvVarImpl>
<option name="name" value="GIT_COMMIT" />
<option name="value" value="036cac764c" />
<option name="value" value="3e4ea22d92" />
</DockerEnvVarImpl>
<DockerEnvVarImpl>
<option name="name" value="BUILD_DATE" />

View File

@ -27,7 +27,7 @@ RUN apk --no-cache --update add \
mariadb>${MARIADB_VERSION} \
mariadb-client>${MARIADB_VERSION} \
mariadb-server-utils>${MARIADB_VERSION} \
&& apk --no-cache --update --upgrade \
&& apk --no-cache --update upgrade \
&& sed -i 's/skip-networking/skip-networking=0/' /etc/my.cnf.d/mariadb-server.cnf
# expose ports