Skip to content

Commit

Permalink
Update Dockerfile.processor - JEP 4.2.0 TEMP patch
Browse files Browse the repository at this point in the history
  • Loading branch information
arisjr authored Jul 12, 2024
1 parent 898322b commit cf7d0c5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile.processor
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,10 @@ RUN --mount=type=secret,id=ACTION_GH_TOKEN export ACTION_GH_TOKEN=$(cat /run/sec
# && echo "#####################################" \
# && rm -v /opt/IPED/iped/lib/sleuthkit-4.12.0.p1.jar \
&& echo "#####################################" \
&& echo "TEMP PATCH JEP-4.2.0 to avoid conflict of libs" \
&& echo "#####################################" \
&& cp /usr/local/lib/python3.9/dist-packages/jep/jep-4.2.0.jar /opt/IPED/iped/lib/jep-4.0.3.jar \
&& echo "#####################################" \
&& echo "Cleaning UP the container " \
&& echo "#####################################" \
&& rm -rfv ${PKGTMPDIR}/* && apt-get clean && rm -rfv /var/lib/apt/lists/*
Expand Down

0 comments on commit cf7d0c5

Please sign in to comment.