Add ssh to Alpine Dockerfile for retrieving external test repos

This commit is contained in:
Jon Siwek 2021-03-31 11:58:08 -07:00
parent 3404e4a3d1
commit 2beaee9318
3 changed files with 6 additions and 1 deletions

View file

@ -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)

View file

@ -1 +1 @@
4.1.0-dev.449
4.1.0-dev.451

View file

@ -18,6 +18,7 @@ RUN apk add --no-cache \
fts-dev \
git \
curl \
openssh-client \
py3-pip
RUN pip3 install junit2html