Skip to content

Commit

Permalink
install lower version of mariadb-client as mysqldump has backwards co…
Browse files Browse the repository at this point in the history
…mpatibility issues (MDEV-17429)
  • Loading branch information
Schnitzel committed Mar 9, 2019
1 parent 9a0f721 commit 4913081
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/php/cli/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ LABEL maintainer="amazee.io"
ENV LAGOON=cli

RUN apk add --no-cache git \
mysql-client \
unzip \
gzip \
bash \
Expand All @@ -18,6 +17,7 @@ RUN apk add --no-cache git \
coreutils \
postgresql-client \
openssh-sftp-server \
&& apk add --no-cache "mariadb-client=10.2.22-r0" --repository http://dl-cdn.alpinelinux.org/alpine/v3.8/main/ \
&& apk add --no-cache nodejs-current nodejs-npm yarn --force-overwrite --repository http://dl-cdn.alpinelinux.org/alpine/edge/main/ --repository http://dl-cdn.alpinelinux.org/alpine/edge/community/ \
&& ln -s /usr/lib/ssh/sftp-server /usr/local/bin/sftp-server \
&& rm -rf /var/cache/apk/* \
Expand Down

0 comments on commit 4913081

Please sign in to comment.