Skip to content

Commit b784b85

Browse files
authored
Update Dockerfile to include procps to build dependencies (#1146)
Update Dockerfile to include procps to build dependencies
1 parent 13c1c6e commit b784b85

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selectio
44
RUN apt-get update \
55
&& apt-get install --no-install-recommends -y \
66
gcc \
7+
procps \
78
python3-dev \
89
python3-setuptools \
910
python3-pip \

0 commit comments

Comments
 (0)