Use xq for XML parsing instead of inline python

This commit is contained in:
crazymanjinn
2019-07-12 21:02:10 -04:00
parent 1531e38ab6
commit 511912acc1
2 changed files with 3 additions and 15 deletions
+1 -1
View File
@@ -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