Add Ubuntu 20 support

This commit is contained in:
Jonathan Curran 2020-04-23 08:40:24 -06:00
commit 833b44f315

View file

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