blob: e00fbcfb8c99cae3d28f22f4e404013146bd202f [file] [log] [blame]
ARG VERSION=latest
FROM connectedhomeip/chip-build:${VERSION}
RUN set -x \
&& pip install bflb-iot-tool \
&& apt-get update \
&& apt-get install -fy \
vim \
&& : # last line