Unverified Commit abff088b authored by Steven Allen's avatar Steven Allen Committed by GitHub

Merge pull request #6624 from ipfs/bug/docker-libdl-version

docker: libdl dependency
parents 3c04d742 8f24a122
......@@ -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 is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment