File tree Expand file tree Collapse file tree 7 files changed +130
-0
lines changed
Expand file tree Collapse file tree 7 files changed +130
-0
lines changed Original file line number Diff line number Diff line change 1+ FROM alpine:latest
2+
3+ LABEL maintainer=
"Marian Buschsieweke <[email protected] >" 4+
5+ ENV LC_ALL C.UTF-8
6+ ENV LANG C.UTF-8
7+
8+ # libucontext-dev requires some fixes for now
9+ RUN \
10+ apk --no-cache add \
11+ libucontext-dev \
12+ && \
13+ mv /usr/include/arch/common/libucontext/bits.h /usr/include/libucontext && \
14+ rm -rf /usr/include/arch && \
15+ apk --no-cache add \
16+ gcc \
17+ musl-dev \
18+ linux-headers \
19+ newlib-arm-none-eabi \
20+ picolibc-arm-none-eabi \
21+ newlib-riscv-none-elf \
22+ picolibc-riscv-none-elf \
23+ newlib-msp430-elf \
24+ avr-libc \
25+ python3 \
26+ make \
27+ unzip \
28+ git
Original file line number Diff line number Diff line change 1+ FROM alpine:latest
2+
3+ LABEL maintainer=
"Marian Buschsieweke <[email protected] >" 4+
5+ ENV LC_ALL C.UTF-8
6+ ENV LANG C.UTF-8
7+
8+ RUN \
9+ apk --no-cache add \
10+ newlib-arm-none-eabi \
11+ picolibc-arm-none-eabi \
12+ python3 \
13+ make \
14+ unzip \
15+ git
Original file line number Diff line number Diff line change 1+ FROM alpine:latest
2+
3+ LABEL maintainer=
"Marian Buschsieweke <[email protected] >" 4+
5+ ENV LC_ALL C.UTF-8
6+ ENV LANG C.UTF-8
7+
8+ RUN \
9+ apk --no-cache add \
10+ avr-libc \
11+ python3 \
12+ make \
13+ unzip \
14+ git
Original file line number Diff line number Diff line change 1+ FROM alpine:latest
2+
3+ LABEL maintainer=
"Marian Buschsieweke <[email protected] >" 4+
5+ ENV LC_ALL C.UTF-8
6+ ENV LANG C.UTF-8
7+
8+ RUN \
9+ apk --no-cache add \
10+ newlib-msp430-elf \
11+ python3 \
12+ make \
13+ unzip \
14+ git
Original file line number Diff line number Diff line change 1+ FROM i386/alpine:latest
2+
3+ LABEL maintainer=
"Marian Buschsieweke <[email protected] >" 4+
5+ ENV LC_ALL C.UTF-8
6+ ENV LANG C.UTF-8
7+
8+ # libucontext-dev requires some fixes for now
9+ RUN \
10+ apk --no-cache add \
11+ libucontext-dev \
12+ && \
13+ mv /usr/include/arch/common/libucontext/bits.h /usr/include/libucontext && \
14+ rm -rf /usr/include/arch && \
15+ apk --no-cache add \
16+ gcc \
17+ musl-dev \
18+ linux-headers \
19+ python3 \
20+ make \
21+ unzip \
22+ git
Original file line number Diff line number Diff line change 1+ FROM alpine:latest
2+
3+ LABEL maintainer=
"Marian Buschsieweke <[email protected] >" 4+
5+ ENV LC_ALL C.UTF-8
6+ ENV LANG C.UTF-8
7+
8+ # libucontext-dev requires some fixes for now
9+ RUN \
10+ apk --no-cache add \
11+ libucontext-dev \
12+ && \
13+ mv /usr/include/arch/common/libucontext/bits.h /usr/include/libucontext && \
14+ rm -rf /usr/include/arch && \
15+ apk --no-cache add \
16+ gcc \
17+ musl-dev \
18+ linux-headers \
19+ python3 \
20+ make \
21+ unzip \
22+ git
Original file line number Diff line number Diff line change 1+ FROM alpine:latest
2+
3+ LABEL maintainer=
"Marian Buschsieweke <[email protected] >" 4+
5+ ENV LC_ALL C.UTF-8
6+ ENV LANG C.UTF-8
7+
8+ RUN \
9+ apk --no-cache add \
10+ newlib-riscv-none-elf \
11+ picolibc-riscv-none-elf \
12+ python3 \
13+ make \
14+ unzip \
15+ git
You can’t perform that action at this time.
0 commit comments