Closed lukasheinz92 closed 1 year ago
Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid.
Because the container is based on alpine so it's apk
.
The container uses an Alpine base image, and so you need to use the apk
package manager to install anything additional.
We have a mod available to simply things https://github.com/linuxserver/docker-mods/tree/universal-package-install
Is there an existing issue for this?
Current Behavior
Not sure if it is a bug but when I try to run an
apt
command likeapt update
then I get this error:bash: apt: command not found
. I tried to Google how to install theapt
but nothing worked for me. I need this to add a local IPTV and when running some scripts I needed to install other packages.Expected Behavior
No response
Steps To Reproduce
Run command
apt update
within the Docker containerEnvironment
CPU architecture
arm64
Docker creation
Container logs