Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeyLadanov authored Sep 14, 2023
1 parent 82c7dc6 commit 9d946af
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
FROM node:16-bullseye
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

Expand Down

0 comments on commit 9d946af

Please sign in to comment.