Alex Lau (AvengerMoJo) 6acfc0eb7a
Adding TW Dockerfile and osc_checkout script
Signed-off-by: Alex Lau (AvengerMoJo) <alau@suse.com>
2023-12-04 16:03:27 +08:00

9 lines
263 B
Docker

FROM opensuse/tumbleweed:latest
RUN zypper --non-interactive update
RUN zypper --non-interactive install osc expect obs-service-source_validator
RUN zypper --non-interactive clean --all
COPY osc_checkout /usr/bin/osc_checkout
RUN chmod +x /usr/bin/osc_checkout