modified: Dockerfile

Fixed zypper install command to be non-interactive
This commit is contained in:
Jonathan Ervine 2020-02-25 13:54:25 +08:00
parent 3b356f1be9
commit 695908b12e

View File

@ -12,7 +12,7 @@ ENV LANG='en_US.UTF-8' \
PM_UID='1003' \
PM_GID='1003'
RUN zypper in -n tar get gzip
RUN zypper -n in tar get gzip
RUN groupadd -g $PM_GID $PM_GROUP
RUN useradd -D -u $PM_UID -g $PM_GROUP -M $PM_USER
RUN mkdir /pmmp