Skip to content

Commit 216d949

Browse files
authored
Add SSH client (#110)
Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
1 parent 168b5f8 commit 216d949

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,16 @@ RUN apk --update --no-cache add \
1212
ip6tables \
1313
kmod \
1414
nftables \
15+
openssh-client-default \
1516
python3 \
16-
py3-setuptools \
1717
ssmtp \
1818
tzdata \
1919
wget \
2020
whois \
2121
&& apk --update --no-cache add -t build-dependencies \
2222
build-base \
2323
py3-pip \
24+
py3-setuptools \
2425
python3-dev \
2526
&& pip3 install --upgrade pip \
2627
&& pip3 install dnspython3 pyinotify \

0 commit comments

Comments
 (0)