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

Debian/Ubuntu instructions on Wiki are not matching Dockerfile #1202

Open
GustavoContreiras opened this issue Jan 15, 2023 · 1 comment
Open

Comments

@GustavoContreiras
Copy link

The wiki is saying that the packages for Ubuntu are

build-essential 
cmake 
git-core
libboost-all-dev 
libphysfs-dev 
libssl-dev 
liblua5.1-0-dev 
libglew-dev 
libvorbis-dev 
libopenal-dev 
zlib1g-dev

And the dockerfile uses the following packages

build-essential 
cmake 
git-core 
libboost-atomic1.65-dev 
libboost-chrono1.65-dev 
libboost-date-time1.65-dev 
libboost-filesystem1.65-dev 
libboost-system1.65-dev 
libboost-thread1.65-dev 
libglew-dev 
liblua5.1-0-dev 
libncurses5-dev 
libopenal-dev 
libssl-dev 
libvorbis-dev 
zlib1g-dev

Also dockerfile is using a specific commit version of Ubuntu while the github pipeline is using Ubuntu 20.04.
The pipeline for ubuntu, the dockerfile and the wiki instructions for ubuntu should be matching, shouldn't?

@GustavoContreiras GustavoContreiras changed the title Debian/Ubuntu instructions on Wiki is not matching Dockerfile Debian/Ubuntu instructions on Wiki are not matching Dockerfile Jan 15, 2023
@IntinteDAO
Copy link

The only difference is libncurses5-dev, but it's console specified package, so not sure if required. libboost-all-dev is metapackage that contains all libboost packages

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

2 participants