Files
autogits/integration/Dockerfile
2026-02-16 21:40:58 +01:00

12 lines
240 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 python3-pytest-dependency
COPY . /opt/project/
WORKDIR /opt/project/integration