From 9348bc5883505a249db9007494542f3f17f89875 Mon Sep 17 00:00:00 2001 From: Jonathan Ervine Date: Tue, 28 Apr 2020 16:49:08 +0800 Subject: [PATCH] modified: Dockerfile Removed duplkicate directory creation command --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 1ef387b..6c85b4e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -27,8 +27,7 @@ RUN wget https://github.com/smallstep/certificates/releases/download/v$STEP_VERS RUN wget https://github.com/smallstep/cli/releases/download/v$STEP_VERSION/step_linux_$STEP_VERSION\_amd64.tar.gz && \ tar zxvf step_linux_$STEP_VERSION\_amd64.tar.gz -C /tmp/ && \ - mv /tmp/step_$STEP_VERSION/bin/step /usr/local/bin/ && \ - mkdir /home/step + mv /tmp/step_$STEP_VERSION/bin/step /usr/local/bin/ RUN rm -rf step_linux_$STEP_VERSION\_amd64.tar.gz /tmp/step_$STEP_VERSION /tmp/step-certificates_$STEP_VERSION