Add verilator-dev to the package list
Some checks are pending
continuous-integration/drone/push Build is pending
Some checks are pending
continuous-integration/drone/push Build is pending
This commit is contained in:
parent
4e22943ba7
commit
3a716f88e0
@ -5,11 +5,11 @@ 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 build-base 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 verilator-dev vim
|
||||||
|
|
||||||
# Clone the repository
|
# Clone the repository
|
||||||
WORKDIR /root
|
WORKDIR /root
|
||||||
RUN git clone https://git.1159.cl/Mario1159/RVSCC.git
|
COPY . .
|
||||||
|
|
||||||
# Initialize the enviroment keeping container alive
|
# Initialize the enviroment keeping container alive
|
||||||
ENTRYPOINT ["tail"]
|
ENTRYPOINT ["tail"]
|
||||||
|
Loading…
Reference in New Issue
Block a user