Update Dockerfile

This commit is contained in:
Alexandre
2022-02-03 16:37:37 +01:00
committed by GitHub
parent d5a6ce05a1
commit 0c7fc39eb5

View File

@@ -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 \