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