-
Notifications
You must be signed in to change notification settings - Fork 550
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
Maybe use of Debian image would be better because lighter ? #68
base: master
Are you sure you want to change the base?
Conversation
"apt does not have a stable CLI interface. Use with caution in scripts."
Use of the Debian 11- image (bullseye), lighter than Ubuntu and removal of "unrar" package, not available in the official Debian repositories and which does not seem to be used for the creation of the Docker image
This change is unlikely to go forward because if we change the base, most likely it will be to alpine (something we have investigated but it's in a queue behind a bunch of other things).
See #33 (can be found by using blame on the Dockerfile and examining the commit. It links to that PR). |
Ok, thanks for your answer ! It could be a temporary improvment before switching to Alpine. |
Hi, Just a quick question: Why are you using apt-get instead of apt? |
Hello,
|
Sorry, you are right. I never really looked into the differences and whatnot. |
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.
Nice
Just an idea...
Don't hesitate to tell me if I'm wrong and why. Also, I removed "unrar" package as it is not available on default Debian repositories ; if it was necessary (I didn't see where) but "tar" command could be use without needing any package installation.