Update Dockerfile

This commit is contained in:
Alexandre
2021-12-21 21:38:38 +01:00
committed by GitHub
parent 36fab911b4
commit dc0df6763b

View File

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