Fix stage-level build args and esptool binary name; verified image build
This commit is contained in:
+4
-4
@@ -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 \
|
||||||
|
|||||||
Reference in New Issue
Block a user