File Dockerfile of Package test16
#!BuildTag: test16:latest FROM opensuse/leap:16.0 # workarounds: # - disable zypp services during build: https://github.com/openSUSE/obs-build/issues/1107 # - remove fips pattern: https://src.opensuse.org/openSUSE/Leap-Images/issues/9 RUN set -eu ; \ zypper -n ms -d openSUSE ; \ zypper -n rm -t pattern fips ; \ zypper -n in openssh-server ; \ zypper -n cc -a ; \ zypper -n ms -e openSUSE ; \ echo ok