Update Dockerfile

https://github.com/alexbelgium/hassio-addons/issues/824
This commit is contained in:
Alexandre
2023-05-05 16:08:00 +02:00
committed by GitHub
parent 27ca89cf25
commit ab01ec481a

View File

@@ -82,7 +82,7 @@ RUN if ! command -v bash >/dev/null 2>/dev/null; then (apt-get update && apt-get
&& chmod -R 755 /etc/cont-init.d
# Manual apps
ENV PACKAGES=""
ENV PACKAGES="libnss3"
# Automatic apps & bashio
# hadolint ignore=SC2015