mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2026-01-11 21:10:25 +01:00
install packages in image with Dockerfile? #404
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @loipf on GitHub (Oct 5, 2022).
hi,
similar to https://github.com/sickcodes/Docker-OSX/issues/342,
is it possible to edit the Dockerfile
docker-osx:autoto install a few more packages and share this Dockerfile then?in detail, I would like to add Anaconda, so its already delivered pre-installed when setting up the container with the Dockerfile:
currently I do this:
is it possible to fix these commands in the Dockerfile itself, so they are already installed when building the container?
(I don't have to care about security issues etc.)
I would like to avoid manual package installation in the image and then save the container, as described here:
https://github.com/sickcodes/Docker-OSX#start-the-same-container-later-persistent-disk
Hope you can help me, thanks in advance