mirror of https://github.com/ARMmbed/mbed-os.git
Fix dockerfile typo
parent
31d8558d8c
commit
8b4ec037d5
|
|
@ -51,7 +51,7 @@ RUN set -x \
|
||||||
|
|
||||||
COPY tools/requirements-ci-build.txt .
|
COPY tools/requirements-ci-build.txt .
|
||||||
RUN set -x \
|
RUN set -x \
|
||||||
&& pip3 install -r requirements.txt \
|
&& pip3 install -r requirements-ci-build.txt \
|
||||||
&& : # last line
|
&& : # last line
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -60,7 +60,6 @@ RUN set -x \
|
||||||
RUN set -x \
|
RUN set -x \
|
||||||
&& pip3 install -U \
|
&& pip3 install -U \
|
||||||
mbed-cli \
|
mbed-cli \
|
||||||
mbed-tools \
|
|
||||||
&& : # last line
|
&& : # last line
|
||||||
|
|
||||||
# ------------------------------------------------------------------------------
|
# ------------------------------------------------------------------------------
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue