Update Dockerfile

This commit is contained in:
Sergey 2023-09-13 11:35:09 +03:00 committed by GitHub
parent 999f7a2792
commit 60ac841d26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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