From 6feec053dd28f36e9225a84485d97a188374a51f Mon Sep 17 00:00:00 2001 From: pat-s Date: Mon, 25 Nov 2024 23:10:26 +0100 Subject: [PATCH] add libtool and autoconf to alpine image --- docker/Containerfile-alpine-320 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/Containerfile-alpine-320 b/docker/Containerfile-alpine-320 index afb9139..cda3c7b 100644 --- a/docker/Containerfile-alpine-320 +++ b/docker/Containerfile-alpine-320 @@ -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