uv-k5-firmware-chinese-lts/Dockerfile

12 lines
403 B
Text
Raw Normal View History

2023-12-01 08:03:09 +00:00
FROM --platform=amd64 archlinux:latest
2023-11-30 06:38:27 +00:00
RUN pacman -Syyu base-devel --noconfirm
RUN pacman -Syyu arm-none-eabi-gcc --noconfirm
RUN pacman -Syyu arm-none-eabi-newlib --noconfirm
RUN pacman -Syyu git --noconfirm
RUN pacman -Syyu python-pip --noconfirm
RUN pacman -Syyu python-crcmod --noconfirm
WORKDIR /app
COPY . .
RUN git submodule update --init --recursive
2023-12-01 08:03:09 +00:00
#RUN make && cp firmware* compiled-firmware/