We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 99bce45 + 3e9ff3b commit d0ce3bdCopy full SHA for d0ce3bd
Dockerfile
@@ -14,6 +14,7 @@ RUN \
14
apt-get update && \
15
apt-get install -y \
16
git \
17
+ nano \
18
net-tools && \
19
echo "**** install code-server ****" && \
20
if [ -z ${CODE_RELEASE+x} ]; then \
README.md
@@ -189,4 +189,5 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
189
190
## Versions
191
192
+* **01.07.19:** - Add nano.
193
* **24.06.19:** - Initial Release.
readme-vars.yml
@@ -64,4 +64,5 @@ app_setup_block: |
64
65
# changelog
66
changelogs:
67
+ - { date: "01.07.19:", desc: "Add nano." }
68
- { date: "24.06.19:", desc: "Initial Release." }
0 commit comments