File Dockerfile of Package openSUSE-Tumbleweed-Container
# Defines the tag for OBS and build script builds:
#!BuildTag: my_container
FROM opensuse/tumbleweed
# Work around https://github.com/openSUSE/obs-build/issues/487
RUN zypper install -y openSUSE-release-appliance-docker
#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