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 build . throwing an error #4513

Closed
2 tasks done
diegoQuinas opened this issue Jul 29, 2023 · 1 comment
Closed
2 tasks done

Docker build . throwing an error #4513

diegoQuinas opened this issue Jul 29, 2023 · 1 comment

Comments

@diegoQuinas
Copy link

Before creating an issue, please ensure:

  • This is a bug in the software that resides in this repository, and not a
    support matter (use https://otland.net/forums/support.16/ for support)
  • This issue is reproducible without changes to the C++ code in this repository

Steps to reproduce (include any configuration/script required to reproduce)

1.sudo docker build . -t server

Expected behaviour

It should build the image

Actual behaviour

It throws the following error:
ERROR: unable to select packages: crypto++-dev (no such package): required by: world[crypto++-dev]

Environment

Alpine of the Dockerfile

Reproduction environment

@DSpeichert
Copy link
Member

The image builds fine in our workflow. Try docker build --pull ... to make sure you're using latest version of the base image.

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

No branches or pull requests

3 participants