mirror of
https://github.com/embedd-actions/nrf-connect-sdk-ci.git
synced 2024-12-25 00:12:46 +03:00
Update Dockerfile
This commit is contained in:
parent
0f488c1864
commit
36c8ada765
@ -18,6 +18,7 @@ RUN ARCH="$(dpkg --print-architecture)" && \
|
||||
"arm64") \
|
||||
ZEPHYR_ARCH="aarch64" \
|
||||
;; \
|
||||
# Get nessecary packages
|
||||
esac && \
|
||||
apt-get update && \
|
||||
apt-get install \
|
||||
@ -45,6 +46,7 @@ RUN ARCH="$(dpkg --print-architecture)" && \
|
||||
build-essential \
|
||||
libgit2-dev \
|
||||
-y && \
|
||||
# Remove apt cache
|
||||
rm -rf /var/cache/apt && \
|
||||
pip3 install --upgrade pip --break-system-packages && \
|
||||
# Create work directory
|
||||
|
Loading…
Reference in New Issue
Block a user