Badal commited on
Commit
931307a
·
1 Parent(s): c6f6203

Fix: Add procps for pgrep command

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -17,6 +17,7 @@ RUN apt-get update && apt-get install -y \
17
  nano \
18
  zip \
19
  unzip \
 
20
  && curl -LsSf https://hf.co/cli/install.sh | bash \
21
  && rm -rf /var/lib/apt/lists/*
22
 
 
17
  nano \
18
  zip \
19
  unzip \
20
+ procps \
21
  && curl -LsSf https://hf.co/cli/install.sh | bash \
22
  && rm -rf /var/lib/apt/lists/*
23