Skip to content

Commit

Permalink
Update Dockerfile to include procps to build dependencies (#1146)
Browse files Browse the repository at this point in the history
Update Dockerfile to include procps to build dependencies
  • Loading branch information
adamjtaylor authored Nov 6, 2024
1 parent 13c1c6e commit b784b85
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selectio
RUN apt-get update \
&& apt-get install --no-install-recommends -y \
gcc \
procps \
python3-dev \
python3-setuptools \
python3-pip \
Expand Down

0 comments on commit b784b85

Please sign in to comment.