This commit is contained in:
Alexandre
2021-12-08 19:34:22 +01:00
parent 23f6cf41e2
commit 80dbc8f1fb
7 changed files with 1 additions and 1 deletions

View File

@@ -25,7 +25,7 @@ RUN \
# Install apps #
################
# Copy local files
COPY root/ /
COPY rootfs/ /
# Automatic apps & bashio
RUN $(curl --help &>/dev/null) || (apt-get install -y --no-install-recommends curl || apk add --no-cache curl) && \