From 56e7d0aa7af54ec2b22276434933378063afd08d Mon Sep 17 00:00:00 2001 From: Cabillot Julien Date: Thu, 21 Dec 2017 10:49:28 +0100 Subject: [PATCH] oubli de bsdmainutils --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c64930d..759644c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM "ubuntu:17.10" MAINTAINER "Julien Cabillot " 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 && \