modified: Dockerfile
Fixed filenames with variables
This commit is contained in:
parent
e0a4e1b0ee
commit
c6c2863ded
@ -19,8 +19,8 @@ RUN zypper -n in tar wget gzip && \
|
|||||||
|
|
||||||
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 && \
|
mkdir -p /step/bin && \
|
||||||
tar -zxvf step_linux_$STEP_VERSION_amd64.tar.gz -C /step/bin/
|
tar -zxvf step_linux_$STEP_VERSION\_amd64.tar.gz -C /step/bin/
|
||||||
RUN rm step_linux_$STEP_VERSION_amd64.tar.gz
|
RUN rm step_linux_$STEP_VERSION\_amd64.tar.gz
|
||||||
|
|
||||||
EXPOSE 9000/tcp
|
EXPOSE 9000/tcp
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user