-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move libclang-rt-*-dev to 19, update Dockerfile label
- Loading branch information
1 parent
de11279
commit d6386c2
Showing
1 changed file
with
5 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,8 +3,10 @@ | |
## start with the Docker 'base R' Debian-based image | ||
FROM r-base:latest | ||
|
||
## This handle reaches Carl and Dirk | ||
MAINTAINER "Carl Boettiger and Dirk Eddelbuettel" [email protected] | ||
LABEL org.label-schema.license="GPL-2.0" \ | ||
org.label-schema.vcs-url="https://github.com/rocker-org/" \ | ||
org.label-schema.vendor="Rocker Project" \ | ||
maintainer="Dirk Eddelbuettel <[email protected]>" | ||
|
||
## Remain current | ||
RUN apt-get update -qq \ | ||
|
@@ -33,7 +35,7 @@ RUN apt-get update -qq \ | |
libblas-dev \ | ||
libbz2-dev \ | ||
libcairo2-dev \ | ||
libclang-rt-16-dev \ | ||
libclang-rt-19-dev \ | ||
libcurl4-openssl-dev \ | ||
libjpeg-dev \ | ||
liblapack-dev \ | ||
|