Skip to content

Commit 28b21f3

Browse files
authored
Install libcurl on OpenTracing for NGINX Plus (#2132)
1 parent f4709eb commit 28b21f3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,12 +168,11 @@ RUN --mount=type=bind,from=opentracing-lib,target=/tmp/ cp -av /tmp/usr/local/li
168168

169169
############################################# Build image for Opentracing with NGINX Plus #############################################
170170
FROM debian-plus as opentracing-plus
171-
ARG NGINX_PLUS_VERSION
172171

173172
RUN --mount=type=secret,id=nginx-repo.crt,dst=/etc/ssl/nginx/nginx-repo.crt,mode=0644 \
174173
--mount=type=secret,id=nginx-repo.key,dst=/etc/ssl/nginx/nginx-repo.key,mode=0644 \
175174
apt-get update \
176-
&& apt-get install --no-install-recommends --no-install-suggests -y nginx-plus-module-opentracing-${NGINX_PLUS_VERSION} \
175+
&& apt-get install --no-install-recommends --no-install-suggests -y libcurl4 nginx-plus-module-opentracing \
177176
&& rm -rf /var/lib/apt/lists/*
178177

179178
RUN --mount=type=bind,from=opentracing-lib,target=/tmp/ cp -av /tmp/usr/local/lib/libjaegertracing*so* /tmp/usr/local/lib/libzipkin*so* /tmp/usr/local/lib/libdd*so* /tmp/usr/local/lib/libyaml*so* /usr/local/lib/ \

0 commit comments

Comments
 (0)