Skip to content

Commit

Permalink
Ensure minimum mariadb-client version for --all-databases bug
Browse files Browse the repository at this point in the history
  • Loading branch information
deitch committed May 24, 2019
1 parent 02d7c3f commit 64d09dd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ FROM alpine:3.9
MAINTAINER Avi Deitcher <https://github.com/deitch>

# install the necessary client
RUN apk add --update mysql-client mariadb-connector-c bash python3 samba-client shadow && \
# the mysql-client must be 10.3.15 or later
RUN apk add --update 'mariadb-client>10.3.15' mariadb-connector-c bash python3 samba-client shadow && \
rm -rf /var/cache/apk/* && \
touch /etc/samba/smb.conf && \
pip3 install awscli
Expand Down

0 comments on commit 64d09dd

Please sign in to comment.