oubli de bsdmainutils
This commit is contained in:
parent
520b0f4128
commit
56e7d0aa7a
@ -2,7 +2,7 @@ FROM "ubuntu:17.10"
|
|||||||
MAINTAINER "Julien Cabillot <dockerimages@cabillot.eu>"
|
MAINTAINER "Julien Cabillot <dockerimages@cabillot.eu>"
|
||||||
|
|
||||||
RUN apt-get -qq update && \
|
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 && \
|
git clone https://github.com/jvehent/cipherscan.git && \
|
||||||
/cipherscan/cscan.sh -l && \
|
/cipherscan/cscan.sh -l && \
|
||||||
apt-get -qq --yes remove --purge git-core && \
|
apt-get -qq --yes remove --purge git-core && \
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user