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