mirror of
https://github.com/embedd-actions/nrf-connect-sdk-ci.git
synced 2024-12-26 00:42:24 +03:00
Update Dockerfile
This commit is contained in:
parent
0f488c1864
commit
36c8ada765
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user