Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .CI/wasm-jit/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@
FROM docker.openmodelica.org/build-deps:ubuntu-26.04-rust

# rsync/ssh publish the results; time and killall are used around test.py.
# libcomedi-dev libx11-dev is used by Modelica_DeviceDrivers
RUN export DEBIAN_FRONTEND=noninteractive \
&& apt-get update \
&& apt-get install -qy --no-install-recommends openssh-client psmisc rsync time \
&& apt-get install -qy --no-install-recommends libcomedi-dev libx11-dev \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*

Expand Down
Loading