mirror of
https://github.com/embedd-actions/arm-gcc-ci.git
synced 2025-07-04 00:45:43 +03:00
init commit
This commit is contained in:
10
Dockerfile
Normal file
10
Dockerfile
Normal file
@ -0,0 +1,10 @@
|
||||
FROM node:16-bullseye
|
||||
|
||||
RUN apt-get update && \
|
||||
apt-get install \
|
||||
gcc-arm-none-eabi \
|
||||
-y && \
|
||||
rm -rf /var/cache/apt
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user