We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 561ecdd commit 51878d9Copy full SHA for 51878d9
Dockerfile
@@ -3,6 +3,7 @@ FROM debian:bookworm
3
ENV DEBIAN_FRONTEND noninteractive
4
ENV LC_ALL en_US.UTF-8
5
ENV LANG ${LC_ALL}
6
+ENV UNIFYSDK_GIT_REPOSITORY https://github.com/SiliconLabs/UnifySDK
7
8
RUN echo "# log: Configuring locales" \
9
&& set -x \
0 commit comments