mirror of
https://github.com/containers/podman-compose.git
synced 2025-06-24 14:01:32 +02:00
7 lines
163 B
Docker
7 lines
163 B
Docker
FROM docker.io/library/debian:bookworm-slim
|
|
RUN apt-get update \
|
|
&& apt-get install -y \
|
|
dumb-init \
|
|
&& apt-get autoremove
|
|
RUN mkdir -p /mnt/test/
|