Skip to content

Commit

Permalink
Merge pull request #1 from embedd-actions/debian
Browse files Browse the repository at this point in the history
Update Dockerfile
  • Loading branch information
SergeyLadanov authored Sep 14, 2023
2 parents 82c7dc6 + 9d946af commit 6660e4f
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 6660e4f

Please sign in to comment.