oubli de bsdmainutils

This commit is contained in:
Cabillot Julien 2017-12-21 10:49:28 +01:00
parent 520b0f4128
commit 56e7d0aa7a

View File

@ -2,7 +2,7 @@ FROM "ubuntu:17.10"
MAINTAINER "Julien Cabillot <dockerimages@cabillot.eu>"
RUN apt-get -qq update && \
apt-get -qq --yes install git-core python curl python-six && \
apt-get -qq --yes install git-core python bsdmainutils curl python-six && \
git clone https://github.com/jvehent/cipherscan.git && \
/cipherscan/cscan.sh -l && \
apt-get -qq --yes remove --purge git-core && \