From 3662c8ac7c29a8812e0aabb783ad5a952dd6fc20 Mon Sep 17 00:00:00 2001 From: Max Litruv Boonzaayer Date: Thu, 4 Apr 2019 21:01:12 +1100 Subject: [PATCH] needs git too --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index d8ce2ba..e9bec4b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,6 +7,7 @@ WORKDIR /app COPY package.json /app # We then run npm install to install # express for our application +RUN apt-get install --assume-yes git RUN npm install # We then copy the rest of our application # to the app direcoty