mirror of
https://github.com/containers/podman.git
synced 2025-06-10 01:31:58 +08:00

adding compose test descriptions and validations. Signed-off-by: baude <bbaude@redhat.com>
4 lines
108 B
Docker
4 lines
108 B
Docker
FROM alpine
|
|
WORKDIR /app
|
|
RUN apk update && apk add py3-pip && pip3 install flask && rm -fr /var/cache/apk/*
|