admin: Create a GitImporter based on git binaries
This commit is contained in:
parent
23c43ad667
commit
43be59b97d
5 changed files with 133 additions and 35 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Reference in a new issue