Skip to content

Commit d0ce3bd

Browse files
authored
Merge pull request #2 from linuxserver/nano
add nano
2 parents 99bce45 + 3e9ff3b commit d0ce3bd

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ RUN \
1414
apt-get update && \
1515
apt-get install -y \
1616
git \
17+
nano \
1718
net-tools && \
1819
echo "**** install code-server ****" && \
1920
if [ -z ${CODE_RELEASE+x} ]; then \

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -189,4 +189,5 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
189189

190190
## Versions
191191

192+
* **01.07.19:** - Add nano.
192193
* **24.06.19:** - Initial Release.

readme-vars.yml

+1
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,5 @@ app_setup_block: |
6464
6565
# changelog
6666
changelogs:
67+
- { date: "01.07.19:", desc: "Add nano." }
6768
- { date: "24.06.19:", desc: "Initial Release." }

0 commit comments

Comments
 (0)