Update Dockerfile

This commit is contained in:
Sergey 2023-09-14 09:59:45 +03:00 committed by GitHub
parent 82c7dc66ab
commit 9d946afd89
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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