From 7d2e903cbfc77dac4fe7682a0d63b5b03e3f6dbb Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 10 Dec 2021 07:47:10 +0100 Subject: [PATCH] Update Dockerfile --- nextcloud/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) && \