提交 8f24a122 作者: George Masgras

copy symlinked libdl.so.2 instead of specific version

上级 3c04d742
......@@ -53,7 +53,7 @@ COPY --from=0 /etc/ssl/certs /etc/ssl/certs
RUN chmod 4755 /usr/local/bin/fusermount
# This shared lib (part of glibc) doesn't seem to be included with busybox.
COPY --from=0 /lib/x86_64-linux-gnu/libdl-2.24.so /lib/libdl.so.2
COPY --from=0 /lib/x86_64-linux-gnu/libdl.so.2 /lib/libdl.so.2
# Swarm TCP; should be exposed to the public
EXPOSE 4001
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论