mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-05 16:35:45 +00:00
adding compose test descriptions and validations. Signed-off-by: baude <bbaude@redhat.com>
3 lines
108 B
Docker
3 lines
108 B
Docker
FROM alpine
|
|
WORKDIR /app
|
|
RUN apk update && apk add py3-pip && pip3 install flask && rm -fr /var/cache/apk/*
|