add htop to alpine image

This commit is contained in:
Patrick Schratz 2024-08-30 11:16:56 +02:00
commit 87cb77a69a
Signed by: pat-s
GPG key ID: 3C6318841EF78925

View file

@ -5,7 +5,7 @@ ENV TZ="Europe/Berlin"
# Background: JAGS needs lapack & lapack-dev but these conflict with openblas-dev which is required by R-dev
# Solution: first compile JAGS, then remove lapack & lapack-dev again
RUN apk add -q --no-cache curl tar make lapack lapack-dev blas blas-dev gcc gfortran g++
RUN apk add -q --no-cache curl tar make lapack lapack-dev blas blas-dev gcc gfortran g++ htop
### CUSTOM DEPENDENCIES
# These usually are not packaged in OS repositories and need to be installed from source