Skip to content

Commit

Permalink
Add asynctest to Dockerfile install
Browse files Browse the repository at this point in the history
  • Loading branch information
mlaferrera committed Jul 9, 2020
1 parent 4b1cf4a commit f7c6b65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ COPY . ${STOQ_TMP}
WORKDIR ${STOQ_TMP}

# Install stoQ and plugins
RUN pip install --no-cache-dir six && \
RUN pip install --no-cache-dir six asynctest && \
python3 setup.py install && \
git clone --depth 1 -b v3 https://github.com/PUNCH-Cyber/stoq-plugins-public ${STOQ_TMP}/stoq-plugins-public && \
cd ${STOQ_TMP}/stoq-plugins-public && \
Expand Down

0 comments on commit f7c6b65

Please sign in to comment.