niemands / StashPlugins

A collection of python plugins for stash
GNU Affero General Public License v3.0
62 stars 17 forks source link

apt not installed in official Image #26

Open manofgloss opened 2 years ago

manofgloss commented 2 years ago

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 / #

Codename-11 commented 2 years ago

The container seems to be using apk instead of apt. Try apk add <package> followed by apk upgrade.