summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Dockerfile7
1 files changed, 3 insertions, 4 deletions
diff --git a/Dockerfile b/Dockerfile
index 5717b34..eba2aba 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -2,8 +2,7 @@ FROM consul:1.0.6
RUN cd /consul \
&& curl -LO https://storage.googleapis.com/kubernetes-release/release/$(curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt)/bin/linux/amd64/kubectl \
- && chmod +x kubectl
+ && chmod +x kubectl \
+ && apk add --no-cache jq
-RUN apk update && apk add jq
-
-ENTRYPOINT /usr/local/bin/docker-entrypoint.sh \ No newline at end of file
+ENTRYPOINT /usr/local/bin/docker-entrypoint.sh