remove git add

This commit is contained in:
mr
2026-02-09 08:53:05 +01:00
parent eef21ad537
commit 28c08d0873

View File

@@ -10,8 +10,6 @@ RUN go mod download
FROM golang:alpine AS builder FROM golang:alpine AS builder
RUN apk add git
RUN go install github.com/beego/bee/v2@latest RUN go install github.com/beego/bee/v2@latest
WORKDIR /oc-auth WORKDIR /oc-auth