This commit is contained in:
Alexandre
2024-04-26 18:28:38 +02:00
parent 7e9a90088a
commit 1d1724e997
4 changed files with 5 additions and 4 deletions

View File

@@ -18,6 +18,9 @@ ARG BUILD_VERSION
ARG BUILD_FROM
FROM ${BUILD_FROM}
# Set shell
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
ENV DEBIAN_FRONTEND="noninteractive" \
BIRDNET_USER="pi" \
USER="pi" \