mirror of
https://github.com/containers/podman-compose.git
synced 2025-02-16 18:31:34 +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
|