This commit is contained in:
aptalca 2019-07-01 15:48:53 -04:00
parent 99bce4547e
commit 3e9ff3b487
3 changed files with 3 additions and 0 deletions

View File

@ -14,6 +14,7 @@ RUN \
apt-get update && \ apt-get update && \
apt-get install -y \ apt-get install -y \
git \ git \
nano \
net-tools && \ net-tools && \
echo "**** install code-server ****" && \ echo "**** install code-server ****" && \
if [ -z ${CODE_RELEASE+x} ]; then \ 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 ## Versions
* **01.07.19:** - Add nano.
* **24.06.19:** - Initial Release. * **24.06.19:** - Initial Release.

View File

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