custom_container_images/Tumbleweed/Dockerfile
Alex Lau (AvengerMoJo) cfab7cc763
Adding node and git for ci exec
Signed-off-by: Alex Lau (AvengerMoJo) <alau@suse.com>
2023-12-14 18:00:15 +08:00

9 lines
278 B
Docker

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