From 9cebfba5c79b878d4c5917f3a1363971105a92c3 Mon Sep 17 00:00:00 2001 From: Sergey <61871201+SergeyLadanov@users.noreply.github.com> Date: Sun, 17 Sep 2023 21:37:29 +0300 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2e6653a..6b57fa3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -70,7 +70,7 @@ RUN ARCH="$(dpkg --print-architecture)" && \ apt-get remove python3-pip build-essential -y && \ apt autoremove -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/