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:
innovaker 2021-06-15 15:40:24 +01:00
parent 4be9504a82
commit edbe962492

View File

@ -73,6 +73,9 @@ RUN \
&& apt-get clean \ && apt-get clean \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*
ARG ZEPHYR_SDK_VERSION
ENV ZEPHYR_SDK_VERSION=${ZEPHYR_SDK_VERSION}
ENV DEBIAN_FRONTEND= ENV DEBIAN_FRONTEND=
#------------------------------------------------------------------------------ #------------------------------------------------------------------------------