mirror of
https://github.com/linuxserver/docker-code-server.git
synced 2024-11-22 20:15:41 +01:00
add netstat
This commit is contained in:
parent
44ad633872
commit
3162d3e2b7
@ -13,7 +13,8 @@ ENV HOME="/config"
|
|||||||
RUN \
|
RUN \
|
||||||
apt-get update && \
|
apt-get update && \
|
||||||
apt-get install -y \
|
apt-get install -y \
|
||||||
git && \
|
git \
|
||||||
|
net-tools && \
|
||||||
echo "**** install code-server ****" && \
|
echo "**** install code-server ****" && \
|
||||||
mkdir -p \
|
mkdir -p \
|
||||||
/opt/code-server && \
|
/opt/code-server && \
|
||||||
|
Loading…
Reference in New Issue
Block a user