This commit is contained in:
parent
5018430d75
commit
b28daabe16
18
Dockerfile
18
Dockerfile
@ -10,14 +10,14 @@ ARG TAGS="sqlite sqlite_unlock_notify"
|
||||
ENV TAGS="bindata timetzdata $TAGS"
|
||||
ARG CGO_EXTRA_CFLAGS
|
||||
|
||||
RUN apk --no-cache add \
|
||||
build-base \
|
||||
git \
|
||||
nodejs \
|
||||
npm \
|
||||
ca-certificates \
|
||||
&& rm -rf /var/cache/apk/* \
|
||||
&& update-ca-certificates
|
||||
#RUN apk --no-cache add \
|
||||
# build-base \
|
||||
# git \
|
||||
# nodejs \
|
||||
# npm \
|
||||
# ca-certificates \
|
||||
# && rm -rf /var/cache/apk/* \
|
||||
# && update-ca-certificates
|
||||
|
||||
RUN git config --global http.postBuffer 1048576000 \
|
||||
&& git config --global http.lowSpeedLimit 0 \
|
||||
@ -91,4 +91,4 @@ CMD ["/bin/s6-svscan", "/etc/s6"]
|
||||
COPY --from=build-env /tmp/local /
|
||||
COPY --from=build-env /go/src/code.gitea.io/gitea/gitea /app/gitea/gitea
|
||||
COPY --from=build-env /go/src/code.gitea.io/gitea/environment-to-ini /usr/local/bin/environment-to-ini
|
||||
COPY --from=build-env /go/src/code.gitea.io/gitea/contrib/autocompletion/bash_autocomplete /etc/profile.d/gitea_bash_autocomplete.sh
|
||||
COPY --from=build-env /go/src/code.gitea.io/gitea/contrib/autocompletion/bash_autocomplete /etc/profile.d/gitea_bash_autocomplete.sh
|
||||
|
||||
Loading…
Reference in New Issue
Block a user