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

fix(docker): match Debian version in base images #1395

Merged
merged 1 commit into from
Apr 3, 2024

Conversation

MattTimms
Copy link
Contributor

Closes #1393 & #1394

  • fixed libssl version conflict by matching Debain versions of Dockerfile's base images
  • fixed cargo complaints in docker when examples/ bench/ are missing by including them

Final docker image is 103MB; note that, this image is not what is published to docker.io, see discussion here.

* fixed cargo complaints in docker when examples/ bench/ are missing but including them
@mre
Copy link
Member

mre commented Apr 3, 2024

Great work! Thanks a lot!

@mre mre merged commit eff77d6 into lycheeverse:master Apr 3, 2024
7 checks passed
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.

Docker build fails due to ignored directories
2 participants