mirror of
https://github.com/embedd-actions/arm-gcc-ci.git
synced 2024-12-25 16:32:14 +03:00
commit
6660e4fff4
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user