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
8bc73e062b
commit
08ba0ec282
@ -3,6 +3,8 @@ FROM debian:stable-slim
|
||||
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