Loading Dockerfile +2 −1 Original line number Diff line number Diff line Loading @@ -61,7 +61,8 @@ RUN curl -fsSL -o murena_launcher.zip \ RUN curl -fsSL -o integration_google.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/ && \ tar -xf integration_google.tar.gz -C /tmp/ && \ mv /tmp/integration_google-${GOOGLE_INTEGRATION_VERSION}/ ${BASE_DIR}/custom_apps/integration_google && \ chown -R www-data:www-data ${BASE_DIR}/custom_apps/integration_google && \ rm integration_google.tar.gz; Loading Loading
Dockerfile +2 −1 Original line number Diff line number Diff line Loading @@ -61,7 +61,8 @@ RUN curl -fsSL -o murena_launcher.zip \ RUN curl -fsSL -o integration_google.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/ && \ tar -xf integration_google.tar.gz -C /tmp/ && \ mv /tmp/integration_google-${GOOGLE_INTEGRATION_VERSION}/ ${BASE_DIR}/custom_apps/integration_google && \ chown -R www-data:www-data ${BASE_DIR}/custom_apps/integration_google && \ rm integration_google.tar.gz; Loading