[mc] Add python package and improve Forge install robustness

For #148
This commit is contained in:
Geoff Bourne
2017-05-08 22:35:37 -05:00
parent 20385507d8
commit d86f034e96
2 changed files with 13 additions and 2 deletions

View File

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