diff --git a/Dockerfile b/Dockerfile index 3b80edf..36df4e1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,11 +5,11 @@ MAINTAINER Mario Romero # Install packages RUN echo "http://dl-cdn.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories \ && 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 WORKDIR /root -RUN git clone https://git.1159.cl/Mario1159/RVSCC.git +COPY . . # Initialize the enviroment keeping container alive ENTRYPOINT ["tail"]