Skip to content

Commit

Permalink
Update Dockerfile.dependencies
Browse files Browse the repository at this point in the history
Update libewf
  • Loading branch information
murilosb authored Apr 3, 2024
1 parent 17c80d0 commit 7eadcaa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile.dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -102,13 +102,13 @@ RUN mkdir -p ${PKGTMPDIR} && cd ${PKGTMPDIR} \
&& echo "install libewf" \
&& echo "#####################################" \
&& cd ${PKGTMPDIR} \
&& git clone -b 20140808 https://github.com/libyal/libewf-legacy \
&& cd ${PKGTMPDIR}/libewf-legacy \
&& git clone -b 20201230 https://github.com/sepinf-inc/libewf \
&& cd ${PKGTMPDIR}/libewf \
&& ./synclibs.sh \
&& ./autogen.sh \
&& ./configure --prefix=/usr \
&& make all install \
&& rm -rf ${PKGTMPDIR}/libewf-legacy \
&& rm -rf ${PKGTMPDIR}/libewf \
&& echo "#####################################" \
&& echo "install afflib" \
&& echo "#####################################" \
Expand Down

0 comments on commit 7eadcaa

Please sign in to comment.