mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +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
4
CHANGES
4
CHANGES
|
@ -1,4 +1,8 @@
|
|||
|
||||
4.1.0-dev.451 | 2021-03-31 11:58:08 -0700
|
||||
|
||||
* Add ssh to Alpine Dockerfile for retrieving external test repos (Jon Siwek, Corelight)
|
||||
|
||||
4.1.0-dev.449 | 2021-03-31 10:47:22 -0700
|
||||
|
||||
* Change ci/init-external-repos.sh to use `base64 -d` (Jon Siwek, Corelight)
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
4.1.0-dev.449
|
||||
4.1.0-dev.451
|
||||
|
|
|
@ -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