Add base GNU toolchain to the package list

This commit is contained in:
Mario Romero 2023-02-02 19:44:17 -03:00
parent 452bd1bd57
commit 95bebf3312

View File

@ -5,7 +5,7 @@ MAINTAINER Mario Romero <mario@1159.cl>
# Install packages
RUN echo "http://dl-cdn.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories \
&& apk update \
&& apk add wget git make cmake gcc-riscv-none-elf newlib-riscv-none-elf verilator vim
&& apk add build-base wget git make cmake gcc-riscv-none-elf newlib-riscv-none-elf verilator vim
# Clone the repository
WORKDIR /root