From c28bc74b3faba86fe5028b08845f01b28afae080 Mon Sep 17 00:00:00 2001 From: "rodrigo.zamboni" Date: Wed, 29 Jun 2022 15:23:08 -0300 Subject: [PATCH] FIX: fix commands --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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