Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
garanews authored Aug 7, 2024
1 parent 719be50 commit 9c4f7a0
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions compose/local/django/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,6 @@ RUN pip install uv==0.2.31 -e git+https://github.com/dadokkio/volatility3.git@f7

COPY ./compose/local/__init__.py /src/volatility3/volatility3/framework/constants/__init__.py

#EXPERIMENTAL SUPPORT FOR ARM64
COPY ./compose/local/linux.py /src/volatility3/volatility3/framework/automagic/linux.py
COPY ./compose/local/arm.py /src/volatility3/volatility3/framework/layers/arm.py
RUN sed -i 's/\["Intel32", "Intel64"\]/\["Intel32", "Intel64", "AArch64"\]/g' /src/volatility3/volatility3/framework/plugins/linux/*.py

RUN mkdir -p $local_folder /maxmind
COPY ./compose/local/maxmind /maxmind

Expand Down

0 comments on commit 9c4f7a0

Please sign in to comment.