Skip to content

Commit 30cfee2

Browse files
committed
Suppress logging for rsync
1 parent b58c0e1 commit 30cfee2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cache.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ RUN export DEBIAN_FRONTEND=noninteractive \
66
rsync \
77
&& apt-get autoremove -y && apt-get clean -y && rm -rf /var/lib/apt/lists/*
88

9-
RUN rsync -az --info=progress2 rsync://mirror.ctan.org/CTAN/systems/texlive/tlnet/ /tmp/tlnet
9+
RUN rsync -azq --stats rsync://mirror.ctan.org/CTAN/systems/texlive/tlnet/ /tmp/tlnet

0 commit comments

Comments
 (0)