From f0a93ae67b467e2f27e6dafe813f98ce2e144fcf Mon Sep 17 00:00:00 2001 From: hg-jarlinghaus <63247268+hg-jarlinghaus@users.noreply.github.com> Date: Thu, 2 Jul 2020 10:20:27 -0400 Subject: [PATCH] Added docker to Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b83ad17..2a4df0c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3 -RUN apk --update --no-cache add nodejs nodejs-npm python3 py3-pip jq curl bash git && \ +RUN apk --update --no-cache add nodejs nodejs-npm python3 py3-pip jq curl bash git docker && \ ln -sf /usr/bin/python3 /usr/bin/python COPY entrypoint.sh /entrypoint.sh