mirror of
https://github.com/containers/podman.git
synced 2025-06-18 15:39:08 +08:00
add compose test descriptions
adding compose test descriptions and validations. Signed-off-by: baude <bbaude@redhat.com>
This commit is contained in:
3
test/compose/images/podman-python/Containerfile
Normal file
3
test/compose/images/podman-python/Containerfile
Normal file
@ -0,0 +1,3 @@
|
||||
FROM alpine
|
||||
WORKDIR /app
|
||||
RUN apk update && apk add py3-pip && pip3 install flask && rm -fr /var/cache/apk/*
|
Reference in New Issue
Block a user