mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2024-06-07 19:40:43 +00:00
Added back yq/xq pip package until full conversion can be done
For #428
This commit is contained in:
parent
88ed017ca7
commit
efd3427fc0
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user