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 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." }