Skip to content

Commit abff088

Browse files
authored
Merge pull request #6624 from ipfs/bug/docker-libdl-version
docker: libdl dependency
2 parents 3c04d74 + 8f24a12 commit abff088

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ COPY --from=0 /etc/ssl/certs /etc/ssl/certs
5353
RUN chmod 4755 /usr/local/bin/fusermount
5454

5555
# This shared lib (part of glibc) doesn't seem to be included with busybox.
56-
COPY --from=0 /lib/x86_64-linux-gnu/libdl-2.24.so /lib/libdl.so.2
56+
COPY --from=0 /lib/x86_64-linux-gnu/libdl.so.2 /lib/libdl.so.2
5757

5858
# Swarm TCP; should be exposed to the public
5959
EXPOSE 4001

0 commit comments

Comments
 (0)