Update Dockerfile

This commit is contained in:
Alexandre
2022-01-09 15:25:41 +01:00
committed by GitHub
parent da4275e874
commit 4224d08eee

View File

@@ -55,15 +55,7 @@ RUN \
COPY rootfs/ /
# Manual apps
ENV PACKAGES="jq \
curl \
cifs-utils \
keyutils \
samba \
smbclient \
nginx \
coreutils \
openvpn"
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 && \