install pkg-config

This commit is contained in:
Patrick Schratz 2024-09-15 17:14:41 +02:00
commit ae0e2fe11e
Signed by: pat-s
GPG key ID: 3C6318841EF78925

View file

@ -28,7 +28,7 @@ RUN apk del lapack lapack-dev
# libxml2-dev: xml2
# libgit2-dev: gert
# libpq-dev: RPostgres
RUN apk add -q --no-cache R-dev curl ca-certificates bash g++ tzdata openjdk17 tar sed patch openblas-dev pkgconfig linux-headers ccache libxml2-dev libgit2-dev libpq-dev
RUN apk add -q --no-cache R-dev curl ca-certificates bash g++ tzdata openjdk17 tar sed patch openblas-dev pkgconfig linux-headers ccache libxml2-dev libgit2-dev libpq-dev pkg-config
# https://github.com/RcppCore/Rcpp/issues/448#issuecomment-220148774
# LDFLAGS+=-fPIC -> arrow (https://github.com/r-hub/r-minimal/blob/main/examples/arrow/Dockerfile)