mirror of
https://github.com/embedd-actions/arm-gcc-ci.git
synced 2024-12-25 16:32:14 +03:00
Update Dockerfile
This commit is contained in:
parent
08ba0ec282
commit
82c7dc66ab
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user