diff --git a/Dockerfile b/Dockerfile index 20cbf80..28f5f88 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ COPY package.json . COPY package-lock.json . COPY .npmrc . -RUN apt update && apt install -y curl unzip +RUN apk update && apk add curl unzip RUN curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip" RUN unzip awscliv2.zip RUN ./aws/install