mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2024-12-26 05:26:45 +00:00
Remove verbosity in tar step
This commit is contained in:
parent
4244311f1d
commit
19939ce042
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ RUN case ${TARGETARCH:-amd64} in \
|
||||||
| grep -q "GOODSIG ${PGP_SIG}" \
|
| grep -q "GOODSIG ${PGP_SIG}" \
|
||||||
|| exit 1 \
|
|| exit 1 \
|
||||||
&& sha256sum --check sparrow-1.7.0-manifest.txt --ignore-missing || exit 1 \
|
&& sha256sum --check sparrow-1.7.0-manifest.txt --ignore-missing || exit 1 \
|
||||||
&& tar xvf sparrow-server-${SPARROW_VERSION}-${SPARROW_ARCH}.tar.gz -C /opt
|
&& tar xf sparrow-server-${SPARROW_VERSION}-${SPARROW_ARCH}.tar.gz -C /opt
|
||||||
|
|
||||||
# Add user and setup directories for Sparrow
|
# Add user and setup directories for Sparrow
|
||||||
RUN useradd -ms /bin/bash sparrow
|
RUN useradd -ms /bin/bash sparrow
|
||||||
|
|
Loading…
Reference in a new issue