From 87cb77a69a488ea48e61e4249bda90c1cbe687d6 Mon Sep 17 00:00:00 2001 From: pat-s Date: Fri, 30 Aug 2024 11:16:56 +0200 Subject: [PATCH] add htop to alpine image --- docker/Dockerfile-alpine-320 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/Dockerfile-alpine-320 b/docker/Dockerfile-alpine-320 index 1c45e5d..d34592c 100644 --- a/docker/Dockerfile-alpine-320 +++ b/docker/Dockerfile-alpine-320 @@ -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