2
0
mirror of https://github.com/boostorg/docker.git synced 2026-01-19 04:12:08 +00:00

add initial regression recipe

This commit is contained in:
Michael Caisse
2021-08-02 14:08:11 -07:00
parent 4f5b8e1cd4
commit 1f7a775296
2 changed files with 15 additions and 0 deletions

13
regression/Dockerfile Normal file
View File

@@ -0,0 +1,13 @@
FROM alpine:3.9 as boost_regression
RUN apk add --no-cache\
linux-headers \
python2 \
git \
rsync \
openssh \
g++ \
zlib-dev
WORKDIR /root

2
regression/README.md Normal file
View File

@@ -0,0 +1,2 @@
Docker image used for building test matrix results.