modified: Dockerfile
Fixed typo - wget
This commit is contained in:
parent
695908b12e
commit
114cce6ae4
@ -12,7 +12,7 @@ ENV LANG='en_US.UTF-8' \
|
||||
PM_UID='1003' \
|
||||
PM_GID='1003'
|
||||
|
||||
RUN zypper -n in tar get gzip
|
||||
RUN zypper -n in tar wget gzip
|
||||
RUN groupadd -g $PM_GID $PM_GROUP
|
||||
RUN useradd -D -u $PM_UID -g $PM_GROUP -M $PM_USER
|
||||
RUN mkdir /pmmp
|
||||
|
||||
Loading…
Reference in New Issue
Block a user