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 \