From e169cd0ca9f6563193eb933b744aa8c2e3acd76f Mon Sep 17 00:00:00 2001
From: "robinwilliam.hundt" <robinwilliam.hundt@stud.uni-goettingen.de>
Date: Wed, 15 Aug 2018 15:02:28 +0200
Subject: [PATCH] Added git install to Dockerfile

This is needed in order to install the forked repo `djangorestframework-camelizer` from github
---
 Dockerfile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Dockerfile b/Dockerfile
index d9947f19..98f53921 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -18,6 +18,8 @@ RUN apk update \
   && apk add --virtual build-deps gcc python3-dev musl-dev curl \
   && apk add --no-cache postgresql-dev
 
+RUN apk add --no-cache git
+
 COPY requirements.txt .
 RUN pip install -r requirements.txt && rm -rf /root/.cache
 
-- 
GitLab