Skip to content

Commit

Permalink
feat: add ps
Browse files Browse the repository at this point in the history
  • Loading branch information
LinZexiao committed Oct 17, 2023
1 parent 194403c commit 50357b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/docker/venus-runtime.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM debian:bookworm

# install dependence
RUN apt-get -qq update \
&& apt-get -qq install -y --no-install-recommends ca-certificates curl vim telnet tzdata subversion jq
&& apt-get -qq install -y --no-install-recommends ca-certificates curl vim telnet tzdata subversion jq procps

# set time zone to Shanghai
ENV TZ=Asia/Shanghai
Expand Down

0 comments on commit 50357b3

Please sign in to comment.