Skip to content

Commit

Permalink
update shell to bash to allow for source usage
Browse files Browse the repository at this point in the history
  • Loading branch information
andy31415 committed Dec 2, 2022
1 parent e34aa84 commit 6a01bc9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion integrations/docker/images/chip-cert-bins/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,9 @@ WORKDIR /root/connectedhomeip/
RUN git checkout ${COMMITHASH}
RUN ./scripts/checkout_submodules.py --shallow --platform linux
RUN scripts/build/gn_bootstrap.sh
RUN source scripts/activate.sh \
SHELL ["/bin/bash", "-c"]
RUN set -x && \
source scripts/activate.sh \
&& gn gen out/debug --args='chip_mdns="platform" chip_inet_config_enable_ipv4=false' \
&& ninja -C out/debug

Expand Down

0 comments on commit 6a01bc9

Please sign in to comment.