Update Dockerfile

This commit is contained in:
Sergey 2023-09-13 14:35:30 +03:00 committed by GitHub
parent 08ba0ec282
commit 82c7dc66ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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