init commit

This commit is contained in:
2023-09-12 22:53:40 +03:00
commit 6b8df2f7b4
3 changed files with 42 additions and 0 deletions

10
Dockerfile Normal file
View File

@ -0,0 +1,10 @@
FROM node:16-bullseye
RUN apt-get update && \
apt-get install \
gcc-arm-none-eabi \
-y && \
rm -rf /var/cache/apt