From e64c7d1b42c1d8fc16a4cdd23770feba54a02184 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 4 Feb 2022 15:04:13 +0100 Subject: [PATCH] add ksystemstats --- webtop_kde/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webtop_kde/Dockerfile b/webtop_kde/Dockerfile index b7e5f3db3..9ce733a13 100644 --- a/webtop_kde/Dockerfile +++ b/webtop_kde/Dockerfile @@ -55,7 +55,7 @@ RUN if ! command -v bash >/dev/null 2>/dev/null; then (apt-get update && apt-get && chmod -R 755 /etc/cont-init.d || printf '%s\n' "${MODULES}" >/MODULESFILE # Manual apps -ENV PACKAGES="engrampa mesa-dri-vc4 mesa-dri-swrast mesa-gbm xf86-video-fbdev" +ENV PACKAGES="engrampa ksystemstats mesa-dri-vc4 mesa-dri-swrast mesa-gbm xf86-video-fbdev" # Automatic apps & bashio RUN if ! command -v bash >/dev/null 2>/dev/null; then (apt-get update && apt-get install -yqq --no-install-recommends bash || apk add --no-cache bash) >/dev/null; fi \