File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 11FROM registry.jxit.net.cn:5000/alpine:3.19.1 AS builder
22
3- RUN apk update && \
3+ RUN sed -i
'[email protected] @mirrors.tencent.com@g' /etc/apk/repositories && \
4+ apk update && \
45 apk add tcpdump vim curl bash build-base gcc zlib-dev tzdata && \
56 apk add automake autoconf libtool make curl-dev libxml2-dev pcre-dev && \
67 apk add git linux-headers subversion libmaxminddb-dev geoip-dev yajl-dev pcre2-dev && \
@@ -27,7 +28,8 @@ RUN cd /uniwaf && mkdir lib obj bin && make && make install
2728
2829FROM registry.jxit.net.cn:5000/alpine:3.19.1
2930
30- RUN apk update && \
31+ RUN sed -i
'[email protected] @mirrors.tencent.com@g' /etc/apk/repositories && \
32+ apk update && \
3133 apk add --no-cache tcpdump geoip vim curl libxml2 pcre zlib libstdc++ yajl libmaxminddb tzdata && \
3234 cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime && \
3335 echo "Asia/Shanghai" > /etc/timezone
You can’t perform that action at this time.
0 commit comments