From 4ac16d0b7bd30cb31da5704b235689cce05ed7c9 Mon Sep 17 00:00:00 2001 From: Simon Szalai Date: Fri, 12 Jun 2020 18:19:27 +0200 Subject: [PATCH] semicolons added --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 805f690..89f4ca3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -39,9 +39,9 @@ ENV WEIGHTS_URL=$WEIGHTS_URL_ARG RUN \ # Install AWS CLI - curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip" \ - unzip awscliv2.zip \ - ./aws/install \ + curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip" ; \ + unzip awscliv2.zip ; \ + ./aws/install ; \ # Download weights from S3 # --profile ${AWS_PROFILE} \ # --mount=type=secret,id=aws_credentials,dst=/root/.aws/credentials \