add libtool and autoconf to alpine image
This commit is contained in:
parent
7ae8c3e596
commit
6feec053dd
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue