Skip to content

Commit

Permalink
Update Dockerfile to use v2 branch and exiftool 11.80
Browse files Browse the repository at this point in the history
  • Loading branch information
mlaferrera committed Dec 17, 2019
1 parent 56c662b commit b5ceed6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Expand Up @@ -6,7 +6,7 @@ ENV GROUP stoq
ENV STOQ_HOME /home/$USER/.stoq
ENV STOQ_TMP /tmp/stoq
ENV XORSEARCH_VER 1_11_2
ENV EXIFTOOL_VER 11.77
ENV EXIFTOOL_VER 11.80

RUN groupadd -r $USER && useradd -r -g $GROUP $USER && \
mkdir -p /home/$USER/.stoq/plugins
Expand All @@ -29,13 +29,14 @@ RUN apt-get update && \
libc6-i386 \
libssl-dev \
swig \
lib32ncurses5 && \
lib32ncurses6 && \
apt-get clean -y && \
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*

RUN pip install stoq-framework six && \
git clone https://github.com/PUNCH-Cyber/stoq-plugins-public ${STOQ_TMP}/stoq-plugins-public && \
cd ${STOQ_TMP}/stoq-plugins-public && \
git checkout v2 && \
for plugin in `ls -d */`; do stoq install $plugin; done

WORKDIR ${STOQ_TMP}
Expand Down

0 comments on commit b5ceed6

Please sign in to comment.