Adding node and git for ci exec

Signed-off-by: Alex Lau (AvengerMoJo) <alau@suse.com>
This commit is contained in:
Alex Lau 2023-12-14 18:00:15 +08:00
parent 6acfc0eb7a
commit cfab7cc763
No known key found for this signature in database
GPG Key ID: 3F28752074CC2261

View File

@ -1,7 +1,7 @@
FROM opensuse/tumbleweed:latest
RUN zypper --non-interactive update
RUN zypper --non-interactive install osc expect obs-service-source_validator
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