From 114cce6ae4501bdf27f821301f59034597471a6e Mon Sep 17 00:00:00 2001 From: Jonathan Ervine Date: Tue, 25 Feb 2020 13:55:13 +0800 Subject: [PATCH] modified: Dockerfile Fixed typo - wget --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 70a83f9..aefa72a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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