build on opensuse15.3
This commit is contained in:
parent
d07acfe0cd
commit
4ef223954c
1 changed files with 117 additions and 2 deletions
|
|
@ -111,3 +111,14 @@ services:
|
|||
image: r-builds:opensuse-152
|
||||
volumes:
|
||||
- ./integration/tmp:/tmp/output
|
||||
opensuse-153:
|
||||
command: ./build.sh
|
||||
environment:
|
||||
- R_VERSION=${R_VERSION}
|
||||
- LOCAL_STORE=/tmp/output
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile.opensuse-153
|
||||
image: r-builds:opensuse-153
|
||||
volumes:
|
||||
- ./integration/tmp:/tmp/output
|
||||
|
|
|
|||
Loading…
Reference in a new issue