Browse Source

[1.3.6-prepare][Docker] Fix pstree not found in docker (#5217)

Shiwen Cheng 4 years ago committed by GitHub
parent
commit
ed5a7509c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docker/build/Dockerfile

2
docker/build/Dockerfile

@ -33,7 +33,7 @@ ENV DOCKER true
# echo "deb http://mirrors.tuna.tsinghua.edu.cn/debian-security buster/updates main contrib non-free"; \
# } > /etc/apt/sources.list
RUN apt-get update && \
apt-get install -y --no-install-recommends tzdata dos2unix python supervisor procps netcat sudo tini && \
apt-get install -y --no-install-recommends tzdata dos2unix python supervisor procps psmisc netcat sudo tini && \
echo "Asia/Shanghai" > /etc/timezone && \
rm -f /etc/localtime && \
dpkg-reconfigure tzdata && \

Loading…
Cancel
Save