Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeyLadanov authored Sep 13, 2023
1 parent 08ba0ec commit 82c7dc6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 82c7dc6

Please sign in to comment.