Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
dms3
go-dms3
Commits
abff088b
Unverified
Commit
abff088b
authored
Sep 04, 2019
by
Steven Allen
Committed by
GitHub
Sep 04, 2019
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #6624 from ipfs/bug/docker-libdl-version
docker: libdl dependency
parents
3c04d742
8f24a122
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Dockerfile
Dockerfile
+1
-1
No files found.
Dockerfile
View file @
abff088b
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment