File Dockerfile of Package openSUSE-Leap-42.3-Container
#!BuildTag: my_container FROM opensuse:42.3 #USER wwwrun #WORKDIR /srv/www # Define your additional repositories here #RUN zypper ar http://download.suse.dede/ibs/home:/adrianSuSE/openSUSE_Leap_42.3/ "home:adrianSuSE" # 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