From 74f25ebf02414fdd2ea2748ecf56c06ec3dfcdec Mon Sep 17 00:00:00 2001 From: echel0n Date: Sat, 12 Jan 2019 23:00:19 +0000 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f219b63ed..691baf1dc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ LABEL build_version="Version:- ${VERSION} Build-date:- ${BUILD_DATE}" # install app COPY . /opt/sickrage/ -RUN apk add --no-cache build-base +RUN apk add --no-cache build-base git RUN pip install -U pip setuptools RUN pip install -r /opt/sickrage/requirements.txt -- GitLab