mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Add ssh to Alpine Dockerfile for retrieving external test repos
This commit is contained in:
parent
3404e4a3d1
commit
2beaee9318
3 changed files with 6 additions and 1 deletions
|
@ -18,6 +18,7 @@ RUN apk add --no-cache \
|
|||
fts-dev \
|
||||
git \
|
||||
curl \
|
||||
openssh-client \
|
||||
py3-pip
|
||||
|
||||
RUN pip3 install junit2html
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue