Skip to content

Commit

Permalink
New sleuthkit wirh libssl
Browse files Browse the repository at this point in the history
  • Loading branch information
arisjr committed Nov 17, 2022
1 parent cdf3648 commit 5841a15
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
6 changes: 3 additions & 3 deletions Dockerfile.processor
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ RUN apt-get update && apt-get install -y wget gnupg apt-utils software-propertie
&& apt-get update \
&& apt-get install -y libssl-dev=1.1.1f-1ubuntu2.16 \
&& rm /etc/apt/sources.list.d/focal-security.list && apt-get update \
&& echo "#####################################" \
&& echo " Installing Sleuthkit with IPED patch" \
&& echo "#####################################" \
&& echo "#####################################################" \
&& echo " Installing Sleuthkit with IPED patch with libssl" \
&& echo "#####################################################" \
&& cd /opt \
&& git clone -b release-4.11.1_iped_patch https://github.com/sepinf-inc/sleuthkit \
&& cd /opt/sleuthkit/ \
Expand Down
4 changes: 0 additions & 4 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,6 @@ then
fi






# Custom flags to be used to modify configuration on runtime
# LocalConfig.txt variables (with iped_ prefix)
for v in \
Expand Down

0 comments on commit 5841a15

Please sign in to comment.