From a68dbad749e9e5ae11a84a4e7d07bea7562c49ab Mon Sep 17 00:00:00 2001 From: Alexis Lahouze Date: Sun, 25 Nov 2018 22:12:52 +0100 Subject: [PATCH] aptitude -> apt-get. --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 7547ada..877a8af 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM python:3.6-stretch as base -RUN aptitude update -RUN aptitude install \ +RUN apt-get update +RUN apt-get install -y \ build-essentials git make gcc libtool libmhash-dev asciidoc # Install deps