refactor(dev-generic): remove node --version
from Dockerfile
This line in the Dockerfile has been superseded by the tests.
See: 70e225f229
PR: #70
This commit is contained in:
parent
bc822a193a
commit
4404d011c4
@ -69,8 +69,7 @@ RUN \
|
||||
-r https://raw.githubusercontent.com/zephyrproject-rtos/zephyr/v${ZEPHYR_VERSION}/scripts/requirements-build-test.txt \
|
||||
-r https://raw.githubusercontent.com/zephyrproject-rtos/zephyr/v${ZEPHYR_VERSION}/scripts/requirements-run-test.txt \
|
||||
&& apt-get clean \
|
||||
&& rm -rf /var/lib/apt/lists/* \
|
||||
&& node --version
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
ENV DEBIAN_FRONTEND=
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user