From ef20928f14da7873f15e0a9e11af649ff98b2a41 Mon Sep 17 00:00:00 2001 From: DJ Mountney Date: Fri, 26 Jun 2020 13:58:52 -0700 Subject: [PATCH] Revert "Use pip3 to grab python3 awscli" This reverts commit 1570c6c00cacec2859aa12de1f8fb97048e0d0f5. --- Dockerfile.ubi-release | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.ubi-release b/Dockerfile.ubi-release index 424895e..cd9202f 100644 --- a/Dockerfile.ubi-release +++ b/Dockerfile.ubi-release @@ -1,4 +1,4 @@ FROM alpine:3.12 RUN apk --no-cache add curl gnupg py3-pip bash \ - && pip3 install --no-cache-dir awscli + && pip install --no-cache-dir awscli