fix: Use the right filename for tar
This commit is contained in:
parent
5991b8cb09
commit
5286458b4c
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ FROM node:16-alpine
|
|||
WORKDIR /app
|
||||
RUN wget -q https://github.com/NickColley/semaphore/archive/refs/tags/1.0.0.tar.gz \
|
||||
-O /tmp/semaphore.tar.gz \
|
||||
&& tar xavf /tmp/1.0.0.tar.gz --strip-components 1 \
|
||||
&& tar xavf /tmp/semaphore.tar.gz --strip-components 1 \
|
||||
&& rm -f /tmp/semaphore.tar.gz
|
||||
|
||||
# Install Semaphore
|
||||
|
|
Loading…
Reference in a new issue