Update Dockerfile

This commit is contained in:
Alexandre
2024-02-19 15:18:27 +01:00
committed by GitHub
parent 89840bae94
commit 2bbe0f6907

View File

@@ -14,8 +14,8 @@
# 1 Build Image #
#################
ARG BUILD_FROM=ghcr.io/hassio-addons/debian-base/amd64:7.1.0
ARG BUILD_VERSION
ARG BUILD_FROM
FROM ${BUILD_FROM}
##################
@@ -27,8 +27,6 @@ ENV S6_CMD_WAIT_FOR_SERVICES=1 \
S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0 \
S6_SERVICES_GRACETIME=0
RUN apk -add --no-cache bash
##################
# 3 Install apps #
##################