mirror of
https://github.com/containers/podman.git
synced 2025-10-29 08:57:26 +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/*
|