Files
test/giwtf/Dockerfile
Antonello Tartamo 0c1d423e91 test podman
2026-02-19 09:22:32 +01:00

12 lines
203 B
Docker

FROM opensuse/tumbleweed
ENV container=podman
ENV LANG=en_US.UTF-8
RUN zypper -vvvn install podman podman-compose vim make python3-pytest python3-requests
WORKDIR /opt/project
COPY . /opt/project/