add netstat

This commit is contained in:
aptalca 2019-06-24 15:42:04 -04:00
parent 44ad633872
commit 3162d3e2b7

View File

@ -13,7 +13,8 @@ ENV HOME="/config"
RUN \
apt-get update && \
apt-get install -y \
git && \
git \
net-tools && \
echo "**** install code-server ****" && \
mkdir -p \
/opt/code-server && \