From ba19425ed3d5ebceee0074444278d73c314941a4 Mon Sep 17 00:00:00 2001 From: James McFeeters Date: Wed, 21 Jun 2017 15:43:30 -0500 Subject: [PATCH] Add git to packages installed in image --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index db135c1..08b3aed 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,8 @@ RUN apt-get update && apt-get install -y \ python3-pip \ nginx-light \ curl \ - apt-transport-https + apt-transport-https \ + git COPY . /app WORKDIR /app