Update Dockerfile

This commit is contained in:
Sergey
2023-09-13 14:35:30 +03:00
committed by GitHub
parent 08ba0ec282
commit 82c7dc66ab

View File

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