Add support for Debian 10 (buster)

Closes #58
This commit is contained in:
Dan Buch 2020-04-30 15:10:14 -04:00
commit 87c9ed44b0
No known key found for this signature in database
GPG key ID: 9685130D8B763EA7

View file

@ -45,6 +45,17 @@ services:
image: r-builds:debian-9
volumes:
- ./integration/tmp:/tmp/output
debian-10:
command: ./build.sh
environment:
- R_VERSION=${R_VERSION}
- LOCAL_STORE=/tmp/output
build:
context: .
dockerfile: Dockerfile.debian-10
image: r-builds:debian-10
volumes:
- ./integration/tmp:/tmp/output
centos-6:
command: ./build.sh
environment: