Update Dockerfile

This commit is contained in:
Alexandre
2021-12-21 22:10:16 +01:00
committed by GitHub
parent dc0df6763b
commit 716dadb6f2

View File

@@ -48,8 +48,7 @@ ENV PACKAGES="jq \
keyutils \
smbclient \
samba \
yamllint \
python-pip"
yamllint"
# 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 && \