mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2026-06-02 16:59:44 +00:00
Use xq for XML parsing instead of inline python
This commit is contained in:
@@ -18,7 +18,7 @@ RUN apk add --no-cache -U \
|
||||
nano \
|
||||
python python-dev py2-pip
|
||||
|
||||
RUN pip install mcstatus
|
||||
RUN pip install mcstatus yq
|
||||
|
||||
HEALTHCHECK CMD mcstatus localhost:$SERVER_PORT ping
|
||||
|
||||
|
||||
Reference in New Issue
Block a user