Skip to content

Commit

Permalink
add python3-dev packages to dynamic analysis dockerfile (ossf#974)
Browse files Browse the repository at this point in the history
Signed-off-by: Max Fisher <maxfisher@google.com>
  • Loading branch information
maxfisher-g committed Nov 22, 2023
1 parent 86acaa5 commit 088b053
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sandboxes/dynamicanalysis/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ COPY bowerrc /app/.bowerrc
WORKDIR /setup/python
RUN apt-get update && apt-get install -y --no-install-recommends \
python3 \
python3-dev \
python3-pip

# Some Python packages expect certain dependencies to already be installed
Expand Down

0 comments on commit 088b053

Please sign in to comment.