File tree 1 file changed +6
-0
lines changed
docker/alpine-nginx-http-log-json
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
10
10
RUN echo "http://dl-cdn.alpinelinux.org/alpine/edge/main" >> /etc/apk/repositories
11
11
RUN apk update
12
12
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
+
13
18
RUN apk add --no-cache pcre
14
19
RUN apk add --no-cache jansson jansson-dev
15
20
RUN apk add --no-cache librdkafka librdkafka-dev
@@ -28,6 +33,7 @@ RUN cd nginx-json-log && git checkout ${GIT_BRANCH}
28
33
RUN hg clone http://hg.nginx.org/nginx
29
34
30
35
WORKDIR /build/nginx
36
+
31
37
RUN apk add --no-cache gcc
32
38
RUN apk add --no-cache alpine-sdk
33
39
RUN apk add --no-cache pcre-dev
You can’t perform that action at this time.
0 commit comments