StashPlugins
StashPlugins copied to clipboard
apt not installed in official Image
Using the docker instructions provided (and the official stashapp/stash:development docker hub image), attempting to run the apt commands to install python as required fails:
root@Jupiter:~# docker exec -it fa3efc0e3779 sh
/ # apt update
sh: apt: not found
/ #
The container seems to be using apk instead of apt. Try apk add <package> followed by apk upgrade.