This commit is contained in:
parent
5018430d75
commit
b28daabe16
16
Dockerfile
16
Dockerfile
@ -10,14 +10,14 @@ ARG TAGS="sqlite sqlite_unlock_notify"
|
|||||||
ENV TAGS="bindata timetzdata $TAGS"
|
ENV TAGS="bindata timetzdata $TAGS"
|
||||||
ARG CGO_EXTRA_CFLAGS
|
ARG CGO_EXTRA_CFLAGS
|
||||||
|
|
||||||
RUN apk --no-cache add \
|
#RUN apk --no-cache add \
|
||||||
build-base \
|
# build-base \
|
||||||
git \
|
# git \
|
||||||
nodejs \
|
# nodejs \
|
||||||
npm \
|
# npm \
|
||||||
ca-certificates \
|
# ca-certificates \
|
||||||
&& rm -rf /var/cache/apk/* \
|
# && rm -rf /var/cache/apk/* \
|
||||||
&& update-ca-certificates
|
# && update-ca-certificates
|
||||||
|
|
||||||
RUN git config --global http.postBuffer 1048576000 \
|
RUN git config --global http.postBuffer 1048576000 \
|
||||||
&& git config --global http.lowSpeedLimit 0 \
|
&& git config --global http.lowSpeedLimit 0 \
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user