File size: 210 Bytes
c33a7ce
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
FROM quay.io/containers/podman:v5.0.2

USER root

COPY requirements-test.txt .

RUN dnf install -y python3.11 python3-pip buildah git make && \
    dnf clean all && \
    pip3 install -r requirements-test.txt