mirror of
https://github.com/embedd-actions/arm-gcc-ci.git
synced 2025-07-04 08:55:32 +03:00
Rename Dockerfile to Image.Dockerfile
This commit is contained in:
14
Image.Dockerfile
Normal file
14
Image.Dockerfile
Normal file
@ -0,0 +1,14 @@
|
||||
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
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user