Update Dockerfile

This commit is contained in:
Alexandre
2021-12-22 03:17:32 +01:00
committed by GitHub
parent b94adf028f
commit c68b49517c

View File

@@ -49,7 +49,8 @@ ENV PACKAGES="jq \
smbclient \
samba \
yamllint \
pip"
pip \
libxml2-dev libxslt-dev python-dev libjpeg-dev zlib1g-dev python3-dev build-essential"
# 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 && \