-
Notifications
You must be signed in to change notification settings - Fork 48
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 image maintenance #432
Conversation
Can one of the admins verify this patch? |
python3-pip \ | ||
&& rm -rf /var/lib/apt/lists/* \ | ||
&& wget -qO- "https://cmake.org/files/v3.17/cmake-3.17.5-Linux-x86_64.tar.gz" | \ | ||
tar --strip-components=1 -xz -C /usr/local \ |
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.
just discovered this one here: https://apt.kitware.com/ ... what do you think?
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.
Hm yeah, I think it can't hurt to install a specific version and I'm too lazy to figure out how you would pin it with apt
Should this be merged @dev-zero ? |
@haampie sorry for not responding :( I went a different way in the end by using the Kitware Ubuntu repository instead (and since |
Closes #430