File Dockerfile of Package ansible-obs-base
#!BuildTag: openbuildservice/ansible-obs-base #!UseOBSRepositories FROM suse/sle15:15.6 RUN zypper -n install openssh-clients ansible ruby3.4-devel bash git libxml2-devel gcc make shadow vim curl libxslt-devel ack # Ensure there is bundle command without ruby suffix RUN for i in ruby gem irb bundle bundler; do ln -s /usr/bin/$i.ruby3.4 /usr/local/bin/$i; done