mirror of
https://github.com/embedd-actions/arm-gcc-ci.git
synced 2024-12-26 08:52:15 +03:00
Update Dockerfile
This commit is contained in:
parent
5460813f20
commit
8bc73e062b
15
Dockerfile
15
Dockerfile
@ -1,15 +1,10 @@
|
|||||||
FROM alpine:latest
|
FROM debian:stable-slim
|
||||||
|
|
||||||
RUN apk update \
|
RUN apt-get update && \
|
||||||
&& \
|
apt-get install \
|
||||||
apk add \
|
|
||||||
gcc-arm-none-eabi \
|
gcc-arm-none-eabi \
|
||||||
newlib-arm-none-eabi \
|
-y && \
|
||||||
g++-arm-none-eabi \
|
rm -rf /var/cache/apt
|
||||||
make \
|
|
||||||
cmake \
|
|
||||||
&& \
|
|
||||||
apk cache clean
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user