Update Dockerfile

This commit is contained in:
Alexandre
2022-02-08 11:22:01 +01:00
committed by GitHub
parent f5aa15bb52
commit fb53be4e34

View File

@@ -57,7 +57,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="engrampa"
ENV PACKAGES="nginx engrampa"
# 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) >/dev/null; fi \