[docker] fix ot-daemon build in environment Dockerfile (#7378)

This commit is contained in:
Jonathan Donald
2022-01-31 20:39:07 -08:00
committed by GitHub
parent 404093d9fe
commit 297a880324
+4 -1
View File
@@ -35,4 +35,7 @@ RUN set -x \
&& ninja
# set up ot-daemon
RUN set -x ./script/cmake-build posix -DOT_DAEMON=ON
WORKDIR /
RUN set -x \
&& cd openthread \
&& ./script/cmake-build posix -DOT_DAEMON=ON