DevOps Blog - Nicolas Paris
Home
Archive
$ whoami
How to install nano on docker alpine
08 Dec 2021
Docker
DevOps
In one command line, inside the container, run the following command.
apk
add
nano
That's all.
Next:
Change value of variables between jobs in Gitlab
Previous:
How to install vim on docker alpine