summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorAlexander Matyushentsev <Alexander_Matyushentsev@intuit.com>2021-01-30 01:58:10 -0800
committerGitHub <noreply@github.com>2021-01-30 10:58:10 +0100
commit89addeab92a699a7808bfc1095b326d1f541a497 (patch)
tree8070c91da09c44919c149f63edaf036a5881ddc3 /Dockerfile
parentcd77f260db8ebe25a18f20be9fe271131e1fc75d (diff)
fix: install missing git binary (#148)
Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
index 935a1e9..2c3520e 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -9,6 +9,8 @@ RUN mkdir -p dist && \
FROM alpine:latest
+RUN apk update && apk upgrade && apk add git
+
RUN mkdir -p /usr/local/bin
RUN mkdir -p /app/config