kopia lustrzana https://github.com/sq2ips/m20-custom-firmware
Update alpine image version to fix compiling with Docker
rodzic
c7654840fc
commit
202548f412
|
@ -1,7 +1,7 @@
|
||||||
FROM alpine:latest
|
FROM alpine:3.21
|
||||||
|
|
||||||
RUN apk add --no-cache make gcc-arm-none-eabi newlib-arm-none-eabi
|
RUN apk add --no-cache make gcc-arm-none-eabi newlib-arm-none-eabi
|
||||||
|
|
||||||
WORKDIR /opt/m20
|
WORKDIR /opt/m20
|
||||||
|
|
||||||
CMD set -e && make clean && make
|
CMD set -e && make clean && make
|
||||||
|
|
Ładowanie…
Reference in New Issue