mirror of
https://github.com/embedd-actions/arm-gcc-ci.git
synced 2024-12-25 08:22:07 +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 \
|
||||
&& \
|
||||
apk add \
|
||||
RUN apt-get update && \
|
||||
apt-get install \
|
||||
gcc-arm-none-eabi \
|
||||
newlib-arm-none-eabi \
|
||||
g++-arm-none-eabi \
|
||||
make \
|
||||
cmake \
|
||||
&& \
|
||||
apk cache clean
|
||||
-y && \
|
||||
rm -rf /var/cache/apt
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user