From cc2c76cefb2a63fb7e1c0cd9908784e7962f18dd Mon Sep 17 00:00:00 2001 From: Paramtamtam <7326800+tarampampam@users.noreply.github.com> Date: Sun, 2 Feb 2025 17:41:21 +0400 Subject: [PATCH] =?UTF-8?q?wip:=20=F0=9F=94=95=20temporary=20commit?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 49760ea..b1f40d1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -34,7 +34,8 @@ RUN set -x \ && strip ./bin/TrafficPlugin.ld.so \ && strip ./bin/PCREPlugin.ld.so \ && strip ./bin/TransparentPlugin.ld.so \ - && strip ./bin/SSLPlugin.ld.so + && strip ./bin/SSLPlugin.ld.so \ + && cp "/lib/$(gcc -dumpmachine)"/libdl.so.* /tmp/3proxy/ # Prepare filesystem for 3proxy running FROM docker.io/library/alpine:latest AS buffer @@ -53,7 +54,7 @@ RUN set -x \ && chmod +x ./bin/dumb-init \ && apk del .build-deps -COPY --from=builder /lib/*-linux-gnu/libdl.so.* ./lib/ +COPY --from=builder /tmp/3proxy/libdl.so.* ./lib/ COPY --from=builder /tmp/3proxy/bin/3proxy ./bin/3proxy COPY --from=builder /tmp/3proxy/bin/*.ld.so ./usr/local/3proxy/libexec/ COPY --from=ghcr.io/tarampampam/mustpl:0.1.1 /bin/mustpl ./bin/mustpl