Skip to content

Commit

Permalink
[#56480] Dockerfile: Add Renode package
Browse files Browse the repository at this point in the history
Signed-off-by: Maciej Torhan <[email protected]>
  • Loading branch information
m-torhan committed Mar 13, 2024
1 parent 55bfc0c commit d8e3fa6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -69,3 +69,8 @@ RUN $PIPINST \
jupyter-book

RUN gem install ceedling

RUN mkdir -p /opt/renode && \
wget -O /opt/renode/renode-latest.pkg.tar.gz https://builds.renode.io/renode-latest.pkg.tar.xz

ENV PYRENODE_PKG /opt/renode/renode-latest.pkg.tar.gz

0 comments on commit d8e3fa6

Please sign in to comment.