Added back yq/xq pip package until full conversion can be done

For #428
This commit is contained in:
Geoff Bourne 2020-01-29 18:02:19 -06:00
parent 88ed017ca7
commit efd3427fc0

View File

@ -18,6 +18,8 @@ RUN apk add --no-cache -U \
nano \
python python-dev py2-pip
RUN pip install yq
HEALTHCHECK --start-period=1m CMD mc-monitor status --host localhost --port $SERVER_PORT
RUN addgroup -g 1000 minecraft \