Update Dockerfile

This commit is contained in:
Sergey 2023-09-17 21:37:29 +03:00 committed by GitHub
parent 202d045acc
commit 9cebfba5c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -70,7 +70,7 @@ RUN ARCH="$(dpkg --print-architecture)" && \
apt-get remove python3-pip build-essential -y && \ apt-get remove python3-pip build-essential -y && \
apt autoremove -y && \ apt autoremove -y && \
apt autoclean -y && \ apt autoclean -y && \
find ./zephyr-sdk-${ZEPHYR_TAG} -maxdepth 1 -not -name 'zephyr-sdk-${ZEPHYR_TAG}' -not -name 'arm-zephyr-eabi' -not -name 'cmake' -not -name 'sdk_*' -not -name '*.sh' -exec rm -R {} \; find ./zephyr-sdk-${ZEPHYR_TAG} -maxdepth 1 -not -name zephyr-sdk-${ZEPHYR_TAG} -not -name 'arm-zephyr-eabi' -not -name 'cmake' -not -name 'sdk_*' -not -name '*.sh' -exec rm -R {} \;
COPY ./entrypoint.sh /bin/ COPY ./entrypoint.sh /bin/