Skip to content

Commit

Permalink
chore install python3.10-distutils
Browse files Browse the repository at this point in the history
  • Loading branch information
portswigger-tim committed Sep 5, 2023
1 parent fed7f0a commit b7d9ebd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ COPY ./wrapper /wrapper
RUN apt-get update \
&& apt-get install software-properties-common -y \
&& add-apt-repository 'ppa:deadsnakes/ppa' \
&& apt-get install python3.10 -y \
&& apt-get install python3.10 python3.10-distutils -y \
&& apt-get clean autoclean \
&& rm -rf /var/lib/{apt,dpkg,cache,log}/ \
&& python3.10 -m pip install -r /wrapper/requirements.txt
Expand Down

0 comments on commit b7d9ebd

Please sign in to comment.