diff --git a/nextcloud/Dockerfile b/nextcloud/Dockerfile index 8ad326384..a1038f8a5 100644 --- a/nextcloud/Dockerfile +++ b/nextcloud/Dockerfile @@ -28,7 +28,7 @@ RUN \ COPY root/ / -ENV PACKAGES="curl jq wget gcompat@community" +ENV PACKAGES="curl jq wget" RUN $(ls /bin/bash &>/dev/null) || (apt-get install -y --no-install-recommends bash || apk add --no-cache bash) && \ $(curl --help &>/dev/null) || (apt-get install -y --no-install-recommends curl || apk add --no-cache curl) && \