mirror of
https://github.com/linuxserver/docker-code-server.git
synced 2025-08-10 08:07:18 +02:00
add netcat-openbsd
This commit is contained in:
parent
40f504948a
commit
fe03100101
@ -15,10 +15,10 @@ ENV HOME="/workspace"
|
|||||||
RUN echo "**** install runtime dependencies ****" && \
|
RUN echo "**** install runtime dependencies ****" && \
|
||||||
apt-get update && \
|
apt-get update && \
|
||||||
apt-get install -y \
|
apt-get install -y \
|
||||||
git \
|
|
||||||
libatomic1 \
|
libatomic1 \
|
||||||
nano \
|
nano \
|
||||||
net-tools \
|
net-tools \
|
||||||
|
netcat-openbsd \
|
||||||
sudo && \
|
sudo && \
|
||||||
\
|
\
|
||||||
echo "**** install code-server ****" && \
|
echo "**** install code-server ****" && \
|
||||||
|
Loading…
Reference in New Issue
Block a user