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:
13
regression/Dockerfile
Normal file
13
regression/Dockerfile
Normal 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
2
regression/README.md
Normal file
@@ -0,0 +1,2 @@
|
||||
Docker image used for building test matrix results.
|
||||
|
||||
Reference in New Issue
Block a user