Update Dockerfile

This commit is contained in:
Sergey 2023-09-13 12:50:28 +03:00 committed by GitHub
parent 60ac841d26
commit 5460813f20
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,6 +5,7 @@ RUN apk update \
apk add \ apk add \
gcc-arm-none-eabi \ gcc-arm-none-eabi \
newlib-arm-none-eabi \ newlib-arm-none-eabi \
g++-arm-none-eabi \
make \ make \
cmake \ cmake \
&& \ && \