dont install jags twice

This commit is contained in:
Patrick Schratz 2025-02-28 15:59:37 +01:00
commit 43b2cd2890
Signed by: pat-s
GPG key ID: 3C6318841EF78925

View file

@ -28,10 +28,6 @@ COPY --link --from=jags /JAGS-4.3.2 /JAGS-4.3.2
RUN apk add -q --no-cache curl tar make lapack lapack-dev blas blas-dev gcc gfortran g++ htop git cmake tk-dev xvfb xvfb-run xorg-server xauth xinit xz libdeflate libdeflate-dev
### CUSTOM DEPENDENCIES
# These usually are not packaged in OS repositories and need to be installed from source
# - JAGS (needed for runjags which itself is again a dependency of many packages)
RUN curl -q -L -O https://sourceforge.net/projects/mcmc-jags/files/JAGS/4.x/Source/JAGS-4.3.2.tar.gz && tar -xzf JAGS-4.3.2.tar.gz && cd JAGS-4.3.2 && ./configure --enable-silent-rules && make 2>&1 && make install 2>&1 >/dev/null && rm -rf JAGS-4.3.2.tar.gz JAGS-4.3.2 && cd ..
RUN apk del lapack lapack-dev
# linux-headers: ps
# libxml2-dev: xml2