diff options
| author | Alexander Matyushentsev <Alexander_Matyushentsev@intuit.com> | 2021-01-30 01:58:10 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-30 10:58:10 +0100 |
| commit | 89addeab92a699a7808bfc1095b326d1f541a497 (patch) | |
| tree | 8070c91da09c44919c149f63edaf036a5881ddc3 /Dockerfile | |
| parent | cd77f260db8ebe25a18f20be9fe271131e1fc75d (diff) | |
fix: install missing git binary (#148)
Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |
