mirror of
https://github.com/dadosfera/maestro.git
synced 2026-09-22 10:54:48 +00:00
FIX: fix commands
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user