StashPlugins icon indicating copy to clipboard operation
StashPlugins copied to clipboard

apt not installed in official Image

Open manofgloss opened this issue 3 years ago • 1 comments

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

manofgloss avatar Apr 20 '22 00:04 manofgloss

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

Codename-11 avatar Sep 06 '22 14:09 Codename-11