Fix stage-level build args and esptool binary name; verified image build

This commit is contained in:
2026-08-18 11:22:18 -05:00
parent 1b447b77ad
commit 1445ac01cc
+4 -4
View File
@@ -26,10 +26,10 @@ ARG BUILD_GID=1001
FROM ubuntu:24.04 FROM ubuntu:24.04
# ARGs above do not cross FROM boundaries; re-declare for this stage # ARGs above do not cross FROM boundaries; re-declare with defaults for this
# (overridable at build time: --build-arg BUILD_UID=$(id -u) etc.) # stage (overridable at build time: --build-arg BUILD_UID=$(id -u) etc.)
ARG BUILD_UID ARG BUILD_UID=1001
ARG BUILD_GID ARG BUILD_GID=1001
ENV DEBIAN_FRONTEND=noninteractive \ ENV DEBIAN_FRONTEND=noninteractive \
TZ=UTC \ TZ=UTC \