ccalhoun
PROOP
10 months ago
Quite a dumb question but since nano and vim aren't available, what is?
8 Replies
medim
MODERATOR
10 months ago
Are you using a Dockerfile?
If your built image is based on Alpine it will not include nano as that is not bundled with alpine
medim
MODERATOR
10 months ago
You can do apk --update --no-cache add nano to install it
I rebuilt the image on a different tag and was able to use the apk command.
medim
MODERATOR
10 months ago
Nice! Closing this thread.
medim
MODERATOR
10 months ago
!s
Status changed to Solved medim • 10 months ago