Skip to content

Commit

Permalink
Added xterm among installation packages
Browse files Browse the repository at this point in the history
Added xterm among installation packages in the Dockerfile so you can run the native posix code while monitoring the UART output. Run the docker container with the relevant DISPLAY environment variable and X11 enabled on the host.
  • Loading branch information
TSonono authored and nashif committed Apr 17, 2021
1 parent df5da21 commit c224751
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ RUN apt-get install --no-install-recommends -y \
texinfo \
valgrind \
x11vnc \
xterm \
xvfb \
xz-utils && \
apt install -y ./renode_${RENODE_VERSION}_amd64.deb && \
Expand Down

0 comments on commit c224751

Please sign in to comment.