-
-
Notifications
You must be signed in to change notification settings - Fork 669
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
Update server dockerfile to pull vcpkg from opentibiabr fork #495
Conversation
…estart no server para subir junto com banco de dados
"name": "luajit", | ||
"platform": "!arm" | ||
}, | ||
"luajit", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Essa atualização arrumou o erro de ausência do luajit
na hora de compilar no meu Linux, minha plataforma é arm64
então isso podia ser a causa desse erro.
Kudos, SonarCloud Quality Gate passed! |
This PR is stale because it has been open 45 days with no activity. |
Closed due to author inactivity |
Description
This PR is a baseline correction of the server Dockerfile in the canary repository, which pulled the vcpkg repo from Microsoft directly, and not from the opentibiabr fork.
Correction of issue #494
Behaviour
Actual
Clone the repository main branch and run
docker-compose up
The docker CLI will break the command after a few minutes, with an error when building the libmaria package.
Expected
Clone the repository main branch and run
docker-compose up
The docker CLI will continuously build all the packages and create the container for the canary server.
Fixes
# VCPKG repository appointment.
Type of change
Please delete options that are not relevant.