File Dockerfile of Package openSUSE-Daleville-OS
# Defines the tag for OBS and build script builds: #!BuildTag: my_container FROM opensuse/tumbleweed #USER wwwrun #WORKDIR /srv/www # Define your additional repositories here #RUN zypper ar http://download.opensuse.org/repositories/openSUSE:Tools/openSUSE_Factory 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