Skip to content

Commit

Permalink
Move libclang-rt-*-dev to 19, update Dockerfile label
Browse files Browse the repository at this point in the history
  • Loading branch information
eddelbuettel committed Oct 15, 2024
1 parent de11279 commit d6386c2
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down Expand Up @@ -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 \
Expand Down

0 comments on commit d6386c2

Please sign in to comment.