Replies: 1 comment 4 replies
-
Thanks for the report, @Jomy10. Bringing ncurses into the base image shouldn't be a problem. I'll take a look! |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a package which relies on ncurses, which fails on Linux bacause it is installed by default.
Would it be a good idea to automatically install packages inside the Dockerfile which are specified by "providers"? For example in my package:
In the dockerfile it could read the Package.swift and run
apt-get install libcurses5-dev
.I did see the documentation about custom docker images, but it seems a little too much work for small packages.
Beta Was this translation helpful? Give feedback.
All reactions