diff --git a/webtop_kde/Dockerfile b/webtop_kde/Dockerfile index 007732a12..a62106209 100644 --- a/webtop_kde/Dockerfile +++ b/webtop_kde/Dockerfile @@ -56,7 +56,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="systemsettings engrampa" +ENV PACKAGES="kde-applications-base systemsettings engrampa" # 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 \