Update Dockerfile

This commit is contained in:
Sergey 2023-09-13 13:32:29 +03:00 committed by GitHub
parent 8bc73e062b
commit 08ba0ec282
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,6 +3,8 @@ FROM debian:stable-slim
RUN apt-get update && \ RUN apt-get update && \
apt-get install \ apt-get install \
gcc-arm-none-eabi \ gcc-arm-none-eabi \
make \
cmake \
-y && \ -y && \
rm -rf /var/cache/apt rm -rf /var/cache/apt