Update 'Dockerfile'

This commit is contained in:
techknowlogick 2021-09-29 01:06:59 +08:00
parent dc92ace254
commit 558e35c77d
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ RUN adduser --disabled-password --gecos '' gitea
# upgrade git to v2.33.0
RUN curl -SL https://github.com/git/git/archive/v2.33.0.tar.gz \
| tar -xzf -C /go \
| tar -xzv -C /go \
&& apt-get update \
&& apt-get install -y libcurl4-gnutls-dev libexpat1-dev gettext libz-dev libssl-dev \
&& make -C /go/git-2.33.0 prefix=/usr all \