without git

This commit is contained in:
2022-10-29 18:50:29 +02:00
parent 97bff5baab
commit 165554ee15
2 changed files with 1 additions and 2 deletions

View File

@@ -8,8 +8,6 @@ RUN go build -o dist/dagger-go main.go
FROM harbor.front.kjuulh.io/docker-proxy/library/docker:dind
RUN apt install git
WORKDIR /src/docker
COPY --from=builder /src/builder/dist/dagger-go .