FIX: fix commands

This commit is contained in:
rodrigo.zamboni
2022-06-29 15:23:08 -03:00
parent 7eae88b5cd
commit c28bc74b3f
+1 -1
View File
@@ -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