File Dockerfile of Package orthos2-ansible
# vim: ft=dockerfile
# Define the names/tags of the container
#!BuildTag: orthos2-ansible:tumbleweed orthos2-ansible:tumbleweed.%RELEASE%
FROM opensuse/tumbleweed:latest
# Install system dependencies
RUN zypper in -y \
ansible \
ansible-lint \
openssh-clients