mirror of
https://github.com/containers/podman-compose.git
synced 2024-12-03 05:14:22 +01:00
7 lines
144 B
Docker
7 lines
144 B
Docker
|
FROM docker.io/library/debian:bookworm-slim
|
||
|
RUN apt-get update \
|
||
|
&& apt-get install -y \
|
||
|
dumb-init \
|
||
|
busybox \
|
||
|
wget
|