Skip to content

Commit 3dddd4f

Browse files
authored
Add mysql-client to Dockerfile dependencies
1 parent e48f0a8 commit 3dddd4f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ RUN apk update && apk add --no-cache \
2525
rsync \
2626
inotify-tools \
2727
sed \
28-
musl-locales
28+
musl-locales \
29+
mysql-client
2930

3031
SHELL ["/bin/bash", "-c"]
3132
ENV LANG=C.UTF-8

0 commit comments

Comments
 (0)