Rename Dockerfile to Image.Dockerfile

This commit is contained in:
Sergey
2023-09-19 00:05:15 +03:00
committed by GitHub
parent f0b71783d6
commit 814fc6e299

View File

@ -1,14 +0,0 @@
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