From e0a4e1b0eea5b5402768ea241ab6926d394e6b7a Mon Sep 17 00:00:00 2001 From: Jonathan Ervine Date: Thu, 23 Apr 2020 13:51:57 +0800 Subject: [PATCH] modified: Dockerfile Fixed download link --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b2a8c76..e8ca30e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,7 +17,7 @@ RUN zypper -n in tar wget gzip && \ groupadd -g $STEP_GID $STEP_GROUP && \ useradd -u $STEP_UID -g $STEP_GROUP -M $STEP_USER -RUN wget https://github.com/smallstep/cli/releases/download/v$STEP_VERSION/step_linux_$STEP_VERSION_amd64.tar.gz && \ +RUN wget https://github.com/smallstep/cli/releases/download/v$STEP_VERSION/step_linux_$STEP_VERSION\_amd64.tar.gz && \ mkdir -p /step/bin && \ tar -zxvf step_linux_$STEP_VERSION_amd64.tar.gz -C /step/bin/ RUN rm step_linux_$STEP_VERSION_amd64.tar.gz