8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b73f771 commit 2480d84Copy full SHA for 2480d84
build/Dockerfile
@@ -16,6 +16,8 @@ FROM nginx:1.23.1 AS debian
16
RUN --mount=type=bind,from=opentracing-lib,target=/tmp/ot/ \
17
apt-get update \
18
&& apt-get install --no-install-recommends --no-install-suggests -y libcap2-bin \
19
+ # temp fix for CVE-2022-40674
20
+ && apt-get install -y libexpat1 \
21
&& rm -rf /var/lib/apt/lists/* \
22
&& cp -av /tmp/ot/usr/local/lib/libopentracing.so* /tmp/ot/usr/local/lib/libjaegertracing*so* /tmp/ot/usr/local/lib/libzipkin*so* /tmp/ot/usr/local/lib/libdd*so* /tmp/ot/usr/local/lib/libyaml*so* /usr/local/lib/ \
23
&& cp -av /tmp/ot/usr/lib/nginx/modules/ngx_http_opentracing_module.so /usr/lib/nginx/modules/ \
0 commit comments