We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75361c8 commit e9ebe8fCopy full SHA for e9ebe8f
Dockerfile
@@ -25,6 +25,8 @@ RUN apt-get update && apt-get install -y build-essential \
25
dialog \
26
apt-utils \
27
libxml2-dev \
28
+netcat \
29
+openssh-server \
30
&& apt-get clean && rm -rf /var/lib/apt/lists/*
31
32
# NVIDIA does not provide OpenCL passthru.
0 commit comments