Skip to content

Commit

Permalink
Fix python dependency version
Browse files Browse the repository at this point in the history
  • Loading branch information
sk4la committed Dec 24, 2023
1 parent 704c080 commit ddb14f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/volatility/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ RUN python2 -m ensurepip --default-pip && \

RUN python2 -m pip install --no-cache --upgrade \
colorama \
construct \
construct==2.5.3 \
haystack \
pysocks \
pysphere \
Expand Down

0 comments on commit ddb14f8

Please sign in to comment.