From 79104755ce2cae6dd79a3e428b1493207742edfc Mon Sep 17 00:00:00 2001 From: Victor Vlasenko Date: Wed, 6 Dec 2017 09:56:53 +0200 Subject: [PATCH] Fix couldn't find git Docker error --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6ec1426f7c..389d113451 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM node:8.9-alpine MAINTAINER Victor Vlasenko -RUN apk add --no-cache tini +RUN apk add --no-cache tini git ARG APP_DIR