admin: Create a GitImporter based on git binaries

This commit is contained in:
nemunaire 2021-11-14 01:16:53 +01:00
commit 43be59b97d
5 changed files with 133 additions and 35 deletions

View file

@ -15,7 +15,12 @@ RUN go build -v -o admin/admin ./admin
FROM alpine
RUN apk add --no-cache openssl ca-certificates
RUN apk add --no-cache \
ca-certificates \
git \
git-lfs \
openssh-client-default \
openssl
EXPOSE 8081