mirror of
https://github.com/espressif/openthread.git
synced 2026-09-05 08:40:06 +00:00
[docker] fix ot-daemon build in environment Dockerfile (#7378)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user