Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docker: libdl dependency #6624

Merged
merged 1 commit into from
Sep 4, 2019
Merged

docker: libdl dependency #6624

merged 1 commit into from
Sep 4, 2019

Conversation

gmasgras
Copy link

@gmasgras gmasgras commented Sep 4, 2019

Docker build is currently broken due to an updated version of libdl.

Step 23/34 : COPY --from=0 /lib/x86_64-linux-gnu/libdl-2.24.so /lib/libdl.so.2
COPY failed: stat /var/lib/docker/overlay2/86ed53025341b07961f14ed4d63a25317be51264a0555b6f8a768cc9e749e8ca/merged/lib/x86_64-linux-gnu/libdl-2.24.so: no such file or directory

This copies the symlinked libdl.so.2 instead of specific version.

Copy link
Member

@Stebalien Stebalien left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I assume you've tested this (docker CI is currently broken).

@Stebalien Stebalien merged commit abff088 into master Sep 4, 2019
@Stebalien
Copy link
Member

Thanks!

@Stebalien Stebalien deleted the bug/docker-libdl-version branch September 4, 2019 19:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants