File Dockerfile of Package openSUSE-Leap-15.1-Container
# Defines the tag for OBS and build script builds: #!BuildTag: my_container # use the repositories defined in OBS for installing packages #!UseOBSRepositories FROM opensuse/leap:15.1 #USER wwwrun #WORKDIR /srv/www # Define your additional repositories here #RUN zypper ar http://download.opensuse.org/repositories/openSUSE:Tools/openSUSE_15.1 openSUSE:Tools # Put additional files into container #ADD . README.MY_APPLIANCE #COPY MY.FILE /opt/my_space # Install further packages using zypper #RUN zypper install -y osc # This command will get executed on container start by default #CMD /usr/sbin/httpd2-prefork