add libtool and autoconf to alpine image

This commit is contained in:
Patrick Schratz 2024-11-25 23:10:26 +01:00
commit 6feec053dd
Signed by: pat-s
GPG key ID: 3C6318841EF78925

View file

@ -25,7 +25,7 @@ RUN apk del lapack lapack-dev
# libgit2-dev: gert
# libpq-dev: RPostgres
# libfftw3-dev: ravetools -> actually auto-detect but somehow doesn't work in container?
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 pkgconfig fftw-dev automake
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 pkgconfig fftw-dev automake autoconf libtool
# - Chromium should be auto-installed once pkgdepends merges the latest system-requirements rule changes
RUN apk add -q --no-cache chromium