chore(docker/podman): add podman-compose
This commit is contained in:
parent
3682361fd9
commit
787656c0bf
@ -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; \
|
||||
|
||||
Reference in New Issue
Block a user