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