Remove verbosity in tar step

This commit is contained in:
Seth For Privacy 2022-10-30 16:49:33 -04:00 committed by GitHub
parent 4244311f1d
commit 19939ce042
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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