File Dockerfile of Package opensuse-fat-boot-image

#!BuildTag: opensuse/fat-bootable:%OS_VERSION_ID_SP%
#!BuildTag: opensuse/fat-bootable:latest

FROM opensuse/bootable

RUN set -euo pipefail; \
    zypper -n in emacs-nox fish git;

RUN set -euo pipefail; \
    zypper -n in shadow; \
    useradd -s /bin/fish dan

RUN set -euo pipefail; \
    zypper -n clean; \
    rm -rf /var/log/{alternatives.log,lastlog,tallylog,zypper.log,zypp/history,YaST2}
openSUSE Build Service is sponsored by