File Dockerfile of Package Master
#!BuildTag: my-container #!UseOBSRepositories FROM suse/sle15:current # Define your additional repositories here #RUN zypper ar http://download.opensuse.org/repositories/openSUSE:/Tools/SLE_12_SP3/ "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 # setup runtime #USER wwwrun #WORKDIR /srv/www # This command will get executed on container start by default #CMD /usr/sbin/httpd2-prefork