mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-05-08 20:56:13 +00:00
Fix typo in zephyr's Dockerfile.old (#2354)
Dockerfile had command 'pip install --no-cache-doir' which caused the image build to fail. Fix this to correctly say '--no-cache-dir'.
This commit is contained in:
parent
7448a994ed
commit
81f0371f63
|
@ -35,7 +35,7 @@ WORKDIR /root/esp
|
|||
RUN git clone https://github.com/espressif/esp-idf.git
|
||||
WORKDIR /root/esp/esp-idf
|
||||
RUN git checkout v4.0 \
|
||||
&& pip install --no-cache-doir virtualenv==16.7.12 \
|
||||
&& pip install --no-cache-dir virtualenv==16.7.12 \
|
||||
&& git submodule update --init --recursive \
|
||||
&& ./install.sh esp32 esp32c3
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user