Skip to content

Commit

Permalink
ci: Fix Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
colluca committed Aug 28, 2024
1 parent ad76f78 commit 10c545f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion util/container/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ RUN tar xzf snitch-spike-dasm-${SPIKE_DASM_VERSION}-x86_64-linux-gnu-ubuntu18.04
# Install Doxygen
RUN wget https://www.doxygen.nl/files/doxygen-${DOXYGEN_VERSION}.linux.bin.tar.gz
RUN tar xzf doxygen-${DOXYGEN_VERSION}.linux.bin.tar.gz
RUN mv doxygen-${DOXYGEN_VERSION} doxygen

# 2. Stage
FROM ubuntu:22.04 AS snitch_cluster
Expand Down Expand Up @@ -154,7 +155,7 @@ COPY --from=builder /tools/spike-dasm bin/
COPY --from=builder /root/.cargo/bin/banshee bin/
COPY --from=builder /opt/python /opt/python
COPY --from=builder /tools/verilator /tools/verilator/
COPY --from=builder /tools/doxygen-${DOXYGEN_VERSION}/bin/doxygen bin/
COPY --from=builder /tools/doxygen/bin/doxygen bin/

# Create and activate virtual environment
ENV VIRTUAL_ENV "/root/.venvs/snitch_cluster"
Expand Down

0 comments on commit 10c545f

Please sign in to comment.