3.11.3 #1

Merged
jonny merged 12 commits from 3.11.3 into master 2020-07-21 14:13:27 +00:00
Showing only changes of commit 695908b12e - Show all commits

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