Update Dockerfile

This commit is contained in:
Sergey
2023-09-13 12:50:28 +03:00
committed by GitHub
parent 60ac841d26
commit 5460813f20

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 \
&& \ && \