duplicate installation

This commit is contained in:
Alexandre
2022-01-10 09:45:20 +01:00
parent 04575331fa
commit d640e6a02e
16 changed files with 14 additions and 52 deletions

View File

@@ -52,9 +52,7 @@ COPY rootfs/ /
ENV PACKAGES="jq \
curl \
cifs-utils \
keyutils \
samba \
smbclient"
keyutils"
# Automatic apps & bashio
RUN if ! command -v bash >/dev/null 2>/dev/null; then (apt-get update && apt-get install -yqq --no-install-recommends bash || apk add --no-cache bash); fi && \