From f00b9f644dc7c1938b0c8ff252c7c7dec44bbebb Mon Sep 17 00:00:00 2001 From: Matey Goyce Date: Thu, 16 Jul 2015 13:40:34 +0300 Subject: [PATCH] satis could handle mercurial too related to #8 --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 6fb4296..3386604 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,6 +8,7 @@ ENV DEBIAN_FRONTEND noninteractive RUN apt-get update && apt-get install -y \ nano \ git \ + mercurial \ curl \ wget \ build-essential \