modified: Dockerfile
Fixed file copy command
This commit is contained in:
parent
b1ff4287a3
commit
109d2ffc4d
@ -22,7 +22,7 @@ RUN zypper -n in tar wget curl gzip && \
|
||||
|
||||
RUN wget https://github.com/smallstep/certificates/releases/download/v$STEP_VERSION/step-certificates_linux_$STEP_VERSION\_amd64.tar.gz && \
|
||||
tar -zxvf step-certificates_linux_$STEP_VERSION\_amd64.tar.gz -C /tmp/ && \
|
||||
mv /tmp/step-certificates_$STEP_VERSION/bin/step /usr/local/bin/ && \
|
||||
mv /tmp/step-certificates_$STEP_VERSION/bin/* /usr/local/bin/ && \
|
||||
mkdir /home/step
|
||||
|
||||
RUN wget https://github.com/smallstep/cli/releases/download/v$STEP_VERSION/step_linux_$STEP_VERSION\_amd64.tar.gz && \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user