File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
docker/alpine-nginx-http-log-json Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,11 @@ RUN echo "http://dl-cdn.alpinelinux.org/alpine/edge/community" >> /etc/apk/repos
1010RUN echo "http://dl-cdn.alpinelinux.org/alpine/edge/main" >> /etc/apk/repositories
1111RUN apk update
1212
13+ RUN apk add busybox-static apk-tools-static
14+ RUN apk.static update
15+ RUN apk.static upgrade --no-self-upgrade --available --simulate
16+ RUN apk.static upgrade --no-self-upgrade --available
17+
1318RUN apk add --no-cache pcre
1419RUN apk add --no-cache jansson jansson-dev
1520RUN apk add --no-cache librdkafka librdkafka-dev
@@ -28,6 +33,7 @@ RUN cd nginx-json-log && git checkout ${GIT_BRANCH}
2833RUN hg clone http://hg.nginx.org/nginx
2934
3035WORKDIR /build/nginx
36+
3137RUN apk add --no-cache gcc
3238RUN apk add --no-cache alpine-sdk
3339RUN apk add --no-cache pcre-dev
You can’t perform that action at this time.
0 commit comments