Merge pull request #2 from linuxserver/nano

add nano
This commit is contained in:
saarg
2019-07-01 22:34:32 +02:00
committed by GitHub
3 changed files with 3 additions and 0 deletions

View File

@@ -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 \

View File

@@ -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.

View File

@@ -64,4 +64,5 @@ app_setup_block: |
# changelog
changelogs:
- { date: "01.07.19:", desc: "Add nano." }
- { date: "24.06.19:", desc: "Initial Release." }