chore(docker/podman): add podman-compose

This commit is contained in:
Sarah Vaupel 2024-08-19 03:28:46 +02:00
parent 3682361fd9
commit 787656c0bf

View File

@ -8,7 +8,7 @@ FROM registry.uniworx.de/uniworx/containers/debian:12.5
RUN apt-get -y update
RUN apt-get -y install make podman fuse-overlayfs
RUN apt-get -y install make podman podman-compose fuse-overlayfs
RUN useradd podman; \
echo podman:10000:5000 > /etc/subuid; \