mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2026-04-27 08:35:48 +03:00
[GH-ISSUE #546] install packages in image with Dockerfile? #405
Labels
No labels
bug
documentation
enhancement
following upstream developments
good first issue
help wanted
invalid
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Docker-OSX#405
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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).
Original GitHub issue: https://github.com/sickcodes/Docker-OSX/issues/546
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