feat(dev-generic): add ENV ZEPHYR_SDK_VERSION
Lets scripts (outside of the Zephyr bubble) locate the SDK. PR: zmkfirmware/zmk-docker#82
This commit is contained in:
parent
4be9504a82
commit
edbe962492
@ -73,6 +73,9 @@ RUN \
|
||||
&& apt-get clean \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
ARG ZEPHYR_SDK_VERSION
|
||||
ENV ZEPHYR_SDK_VERSION=${ZEPHYR_SDK_VERSION}
|
||||
|
||||
ENV DEBIAN_FRONTEND=
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user