mirror of
https://github.com/ringtailsoftware/uvm32.git
synced 2026-06-06 06:53:39 +00:00
5 lines
139 B
Docker
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
|