2023-12-04 09:03:27 +01:00
|
|
|
FROM opensuse/tumbleweed:latest
|
|
|
|
|
|
|
|
RUN zypper --non-interactive update
|
2023-12-14 11:00:15 +01:00
|
|
|
RUN zypper --non-interactive install osc expect obs-service-source_validator typescript git
|
2023-12-04 09:03:27 +01:00
|
|
|
RUN zypper --non-interactive clean --all
|
|
|
|
|
|
|
|
COPY osc_checkout /usr/bin/osc_checkout
|
|
|
|
RUN chmod +x /usr/bin/osc_checkout
|