uvm32/apps/Dockerfile
2025-12-06 16:44:23 +00:00

5 lines
139 B
Docker

FROM ubuntu:25.04
ENV LANG C.UTF-8
ENV LC_ALL C.UTF-8
RUN apt-get -y update
RUN apt-get install -y gcc-riscv64-unknown-elf build-essential