diff --git a/nextcloud/Dockerfile b/nextcloud/Dockerfile index e3ef07821..1464037f9 100644 --- a/nextcloud/Dockerfile +++ b/nextcloud/Dockerfile @@ -79,7 +79,7 @@ RUN if ! command -v bash >/dev/null 2>/dev/null; then (apt-get update && apt-get && chmod -R 755 /etc/cont-init.d # Manual apps -ENV PACKAGES="curl jq wget" +ENV PACKAGES="gcompat wget" # Automatic apps & bashio # hadolint ignore=SC2015