Update Dockerfile

This commit is contained in:
Alexandre
2022-01-15 23:25:09 +01:00
committed by GitHub
parent bc6533bc50
commit 0ff1f00487

View File

@@ -44,7 +44,7 @@ FROM ${BUILD_FROM}
COPY rootfs/ /
# Manual apps
ENV PACKAGES="cron"
ENV PACKAGES="cron sqlite3"
# 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 && \