From 314b23c42bd58f1cdf4369cb1d2e503d5cbf5e2c Mon Sep 17 00:00:00 2001 From: Zismart <57086851+Zismart@users.noreply.github.com> Date: Sun, 10 May 2020 01:45:28 +0400 Subject: [PATCH] Update Dockerfile --- docker/toolbox/Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docker/toolbox/Dockerfile b/docker/toolbox/Dockerfile index afe7732..f6de76c 100644 --- a/docker/toolbox/Dockerfile +++ b/docker/toolbox/Dockerfile @@ -1,5 +1,4 @@ FROM alpine -RUN apk add --no-cache curl wget busybox-extras netcat-openbsd python py-pip && \ - pip install awscli +RUN apk add --no-cache curl wget busybox-extras netcat-openbsd python py-pip && \ pip install awscli RUN apk --purge -v del py-pip CMD tail -f /dev/null