From 30ba3a4b78f8df9fb2345a54b85d8591cddcb1ca Mon Sep 17 00:00:00 2001 From: Geoff Bourne Date: Mon, 27 Jan 2020 14:24:09 -0600 Subject: [PATCH] Restored python temporarily until jq usage can replace it For #427 --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 44e79ffc..a2e6d5b0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,8 @@ RUN apk add --no-cache -U \ mysql-client \ tzdata \ rsync \ - nano + nano \ + python python-dev py2-pip HEALTHCHECK --start-period=1m CMD mc-monitor status --host localhost --port $SERVER_PORT