FROM ubuntu:22.04
RUN apt-get update -y && apt-get install -y systemd wget sudo
ADD ci/setup.sh /
RUN /setup.sh
CMD [ "/lib/systemd/systemd" ]
