This commit is contained in:
Hans Karlinius
2024-11-25 00:08:35 +01:00
parent 9c541d3695
commit a6bf03dfc2
3 changed files with 7 additions and 12 deletions

View File

@@ -1,17 +1,7 @@
ARG BUILD_FROM=ghcr.io/hassio-addons/debian-base:7.5.1
ARG BUILD_FROM=ghcr.io/hassio-addons/base:7.5.1
# hadolint ignore=DL3006
FROM ${BUILD_FROM}
# Confiure locale
ENV \
LANG=en_US.UTF-8 \
LANGUAGE=en_US:en \
LC_ALL=en_US.UTF-8 \
PIP_BREAK_SYSTEM_PACKAGES=1
# Set shell
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
# Setup base system
#ARG BUILD_ARCH=amd64
#RUN \