Skip to content

Commit

Permalink
.github/with-docker/Dockerfile: add poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
ehildenb committed Sep 4, 2024
1 parent 103d7d1 commit 8994591
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/actions/with-docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,6 @@ ENV PATH=/home/user/riscv/bin:${PATH}

COPY --from=SAIL /usr/bin/riscv_sim_RV32 /usr/bin/riscv_sim_RV32
COPY --from=SAIL /usr/bin/riscv_sim_RV64 /usr/bin/riscv_sim_RV64

RUN curl -sSL https://install.python-poetry.org | python3 - \
&& poetry --version

0 comments on commit 8994591

Please sign in to comment.