From 1570c6c00cacec2859aa12de1f8fb97048e0d0f5 Mon Sep 17 00:00:00 2001 From: DJ Mountney Date: Fri, 26 Jun 2020 13:53:45 -0700 Subject: [PATCH] Use pip3 to grab python3 awscli --- Dockerfile.ubi-release | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.ubi-release b/Dockerfile.ubi-release index cd9202f..424895e 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 \ - && pip install --no-cache-dir awscli + && pip3 install --no-cache-dir awscli