Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

apt not installed in official Image #26

Open
manofgloss opened this issue Apr 20, 2022 · 1 comment
Open

apt not installed in official Image #26

manofgloss opened this issue Apr 20, 2022 · 1 comment

Comments

@manofgloss
Copy link

manofgloss commented Apr 20, 2022

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants