Update Dockerfile

This commit is contained in:
Alexandre
2021-12-21 22:26:50 +01:00
committed by GitHub
parent 716dadb6f2
commit 3577982f32

View File

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