Loading Dockerfile +1 −1 Original line number Diff line number Diff line Loading @@ -60,7 +60,7 @@ RUN curl -fsSL -o murena_launcher.zip \ rm murena_launcher.zip; RUN curl -fsSL -o integration_google.tar.gz \ "https://github.com/nextcloud/integration_google/releases/download/v${GOOGLE_INTEGRATION_VERSION}/integration_google-${GOOGLE_INTEGRATION_VERSION}.tar.gz" && \ "https://github.com/nextcloud/integration_google/archive/refs/tags/v${GOOGLE_INTEGRATION_VERSION}.tar.gz" && \ tar -xf integration_google.tar.gz -C ${BASE_DIR}/custom_apps/ && \ chown -R www-data:www-data ${BASE_DIR}/custom_apps/integration_google && \ rm integration_google.tar.gz; Loading Loading
Dockerfile +1 −1 Original line number Diff line number Diff line Loading @@ -60,7 +60,7 @@ RUN curl -fsSL -o murena_launcher.zip \ rm murena_launcher.zip; RUN curl -fsSL -o integration_google.tar.gz \ "https://github.com/nextcloud/integration_google/releases/download/v${GOOGLE_INTEGRATION_VERSION}/integration_google-${GOOGLE_INTEGRATION_VERSION}.tar.gz" && \ "https://github.com/nextcloud/integration_google/archive/refs/tags/v${GOOGLE_INTEGRATION_VERSION}.tar.gz" && \ tar -xf integration_google.tar.gz -C ${BASE_DIR}/custom_apps/ && \ chown -R www-data:www-data ${BASE_DIR}/custom_apps/integration_google && \ rm integration_google.tar.gz; Loading