FROM ubuntu:jammy
RUN set -x \
&& apt-get update \
&& apt-get install -y rt-tests \
&& rm -rf /var/lib/apt/lists/*