File Dockerfile of Package tumbleweed-github-actions
# Defines the tag for OBS and build script builds: #!BuildTag: tumbleweed-github-actions FROM opensuse/tumbleweed # Work around https://github.com/openSUSE/obs-build/issues/487 RUN zypper install -y openSUSE-release-appliance-docker # install tools needed for github actions runners to work correctly RUN zypper install -y git nodejs22