Skip to content

Commit 481f5b5

Browse files
author
Jeremy Price
committed
missing slash
1 parent 4148719 commit 481f5b5

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

Dockerfile

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,7 @@ RUN export DEBIAN_FRONTEND=noninteractive; \
66
apt-get update -qqy \
77
&& apt-get install -qqy --no-install-recommends \
88
python3 \
9-
openssh-server
10-
wget \
11-
vim \
12-
git \
13-
ca-certificates \
14-
unzip \
15-
dnsutils \
9+
openssh-server \
1610
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
1711

1812
# Get dependencies

0 commit comments

Comments
 (0)