Update Dockerfile

This commit is contained in:
Sergey 2023-09-21 23:46:28 +03:00 committed by GitHub
parent 0f488c1864
commit 36c8ada765
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,6 +18,7 @@ RUN ARCH="$(dpkg --print-architecture)" && \
"arm64") \ "arm64") \
ZEPHYR_ARCH="aarch64" \ ZEPHYR_ARCH="aarch64" \
;; \ ;; \
# Get nessecary packages
esac && \ esac && \
apt-get update && \ apt-get update && \
apt-get install \ apt-get install \
@ -45,6 +46,7 @@ RUN ARCH="$(dpkg --print-architecture)" && \
build-essential \ build-essential \
libgit2-dev \ libgit2-dev \
-y && \ -y && \
# Remove apt cache
rm -rf /var/cache/apt && \ rm -rf /var/cache/apt && \
pip3 install --upgrade pip --break-system-packages && \ pip3 install --upgrade pip --break-system-packages && \
# Create work directory # Create work directory