Skip to content

Commit 5ffc70e

Browse files
committed
bugfixing, installing mysql client
1 parent 99f7432 commit 5ffc70e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-images/php/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ wp --allow-root --version
7676
# that use hkp://ipv4.pool.sks-keyservers.net:80 instead of ha.pool.sks-keyservers.net
7777

7878
# Install mysql client
79-
RUN apk update \
80-
apk add mysql-client
79+
RUN apk update; \
80+
apk add mysql-client;
8181

8282
WORKDIR /www
8383

0 commit comments

Comments
 (0)