fix: Use the right filename for tar
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone Build is passing

This commit is contained in:
Glenn Y. Rolland 2023-01-24 14:19:01 +01:00
parent 5991b8cb09
commit 5286458b4c

View file

@ -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