less verbose

This commit is contained in:
techknowlogick 2023-03-04 03:31:25 -05:00
parent d073a70c93
commit d7cba42514
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ RUN addgroup \
# version-lock git to v${GIT_VERSION} to match alpine 3.17
RUN curl -SL https://github.com/git/git/archive/v${GIT_VERSION}.tar.gz \
| tar -xzv -C /go \
| tar -xz -C /go \
&& apt-get update \
&& apt-get install -y libcurl4-gnutls-dev libexpat1-dev gettext libz-dev libssl-dev \
&& make -C /go/git-${GIT_VERSION} prefix=/usr all \