Remove R-devel patches for openSUSE 15.3/15.4
Now fixed upstream in R-devel / R 4.3.0.
This commit is contained in:
parent
77f2ce4e01
commit
09e29e69fa
1 changed files with 10 additions and 30 deletions
9
builder/patches/README.md
Normal file
9
builder/patches/README.md
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
# Patches
|
||||
|
||||
Patches can be applied for specific R versions and platforms. To add a patch, create a patch file
|
||||
at `patches/R-${R_VERSION}.patch` (such as `patches/R-devel.patch`), and add the following line
|
||||
to the platform Dockerfile:
|
||||
|
||||
```dockerfile
|
||||
COPY patches /patches
|
||||
```
|
||||
Loading…
Reference in a new issue