Skip to content

Commit 8f4fbb0

Browse files
authored
Update Dockerfile
1 parent e9ebe8f commit 8f4fbb0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Dockerfile

+3-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,9 @@ RUN apt-get update && apt-get install -y build-essential \
2525
dialog \
2626
apt-utils \
2727
libxml2-dev \
28-
netcat \
29-
openssh-server \
28+
netcat \
29+
openssh-server \
30+
vim \
3031
&& apt-get clean && rm -rf /var/lib/apt/lists/*
3132

3233
# NVIDIA does not provide OpenCL passthru.

0 commit comments

Comments
 (0)