Update Dockerfile

This commit is contained in:
Alexandre
2022-01-09 18:04:44 +01:00
committed by GitHub
parent 668aaf0562
commit 4dc0870721

View File

@@ -39,12 +39,7 @@ RUN \
COPY rootfs/ /
# Manual apps
ENV PACKAGES="jq \
curl \
cifs-utils \
keyutils \
samba \
samba-client"
ENV PACKAGES=""
# 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 && \