File Dockerfile of Package nfs-ganesha
#!BuildTag: mummuthos:latest
#
FROM suse/sle15:15.6
# Ganesha packages
RUN zypper in -y \
sysfsutils \
dbus-broker \
libntirpc6 \
nfs-ganesha \
nfs-ganesha-vfs
# Show installed package version
#RUN zypper se -s -i
# Save some space
RUN zypper clean --all && \
rm -rf /var/log/update* && \
>/var/log/lastlog && \
rm -rf /boot/vmlinux*
RUN echo "builtAt=\"$(date "+%Y%m%d%H%M%S")\"" > /etc/Mammuthos