Skip to content
Snippets Groups Projects
Unverified Commit d0ce3bda authored by saarg's avatar saarg Committed by GitHub
Browse files

Merge pull request #2 from linuxserver/nano

add nano
parents 99bce454 3e9ff3b4
No related branches found
No related tags found
No related merge requests found
......@@ -14,6 +14,7 @@ RUN \
apt-get update && \
apt-get install -y \
git \
nano \
net-tools && \
echo "**** install code-server ****" && \
if [ -z ${CODE_RELEASE+x} ]; then \
......
......@@ -189,4 +189,5 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
## Versions
* **01.07.19:** - Add nano.
* **24.06.19:** - Initial Release.
......@@ -64,4 +64,5 @@ app_setup_block: |
# changelog
changelogs:
- { date: "01.07.19:", desc: "Add nano." }
- { date: "24.06.19:", desc: "Initial Release." }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment