[mc] Add mysql-client package for mods that need it

For #145
This commit is contained in:
Geoff Bourne 2017-05-05 20:46:35 -05:00
parent 91def1176d
commit 20385507d8

View File

@ -14,7 +14,8 @@ RUN echo "http://dl-3.alpinelinux.org/alpine/v3.5/community/" >> /etc/apk/reposi
bash \
curl \
git \
jq &&\
jq \
mysql-client &&\
rm -rf /var/cache/apk/*
RUN addgroup -g 1000 minecraft \