Update files

This commit is contained in:
Sergey Ladanov
2023-09-20 08:23:57 +03:00
parent ca30c9b548
commit b10fc5223e
5 changed files with 3 additions and 4 deletions

14
Dockerfile Normal file
View File

@ -0,0 +1,14 @@
FROM debian:stable-slim
RUN apt-get update && \
apt-get install \
--no-install-recommends \
gcc-arm-none-eabi \
libstdc++-arm-none-eabi-newlib \
make \
cmake \
-y && \
rm -rf /var/cache/apt