Try to use gosu, not sudo

Signed-off-by: SchumyHao <schumyhaojl@126.com>
This commit is contained in:
SchumyHao
2019-06-07 01:41:24 +08:00
parent 7736e05e08
commit a8dd8897eb
2 changed files with 4 additions and 1 deletions

View File

@@ -19,7 +19,7 @@ RUN apt-get update && apt-get upgrade -y && apt-get install -y \
locales \
procps \
python \
sudo \
gosu \
unzip \
wget \
&& rm -rf /var/lib/apt/lists/*