File Dockerfile of Package dockerfile-empty-container

#!BuildTag: my-container
FROM suse/sle15:15.5

#USER wwwrun
#WORKDIR /srv/www

# Put additional files into container
#ADD . README.MY_APPLIANCE
#COPY MY.FILE /opt/my_space

# Work around https://github.com/openSUSE/obs-build/issues/487
RUN zypper install -y sles-release

# 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
openSUSE Build Service is sponsored by