Skip to content

Commit

Permalink
Merge pull request #6624 from ipfs/bug/docker-libdl-version
Browse files Browse the repository at this point in the history
docker: libdl dependency
  • Loading branch information
Stebalien authored Sep 4, 2019
2 parents 3c04d74 + 8f24a12 commit abff088
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit abff088

Please sign in to comment.