Add base GNU toolchain to the package list
This commit is contained in:
parent
452bd1bd57
commit
95bebf3312
@ -5,7 +5,7 @@ MAINTAINER Mario Romero <mario@1159.cl>
|
|||||||
# Install packages
|
# Install packages
|
||||||
RUN echo "http://dl-cdn.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories \
|
RUN echo "http://dl-cdn.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories \
|
||||||
&& apk update \
|
&& 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
|
# Clone the repository
|
||||||
WORKDIR /root
|
WORKDIR /root
|
||||||
|
Loading…
Reference in New Issue
Block a user