Update Dockerfile

This commit is contained in:
Alexandre
2021-02-22 17:43:47 +01:00
committed by GitHub
parent 99f2adac9b
commit 4ea7d9f3e6

View File

@@ -6,9 +6,6 @@ FROM ${BUILD_FROM}${BUILD_UPSTREAM}
ENV NEXTCLOUD_PATH="/data/config/www/nextcloud"
# Set shell
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
# Added repo to solve issues with some systems that cause error code 1 when fetching apk
# Add bashio
RUN echo 'https://dl-3.alpinelinux.org/alpine/latest-stable/main' > /etc/apk/repositories \