From a055cb84f5b8f033515bbf818204ca0154c74d5b Mon Sep 17 00:00:00 2001 From: Alexis Lahouze Date: Sun, 25 Nov 2018 18:47:23 +0100 Subject: [PATCH] Add missing git command. --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 538d292..9dfc383 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,7 @@ FROM python:3.7-alpine +RUN pkg insall git + RUN pip install snakeoil \ git+https://anongit.gentoo.org/git/proj/catalyst.git