Skip to content

Commit 25d2540

Browse files
committed
add git in image
1 parent 3daf577 commit 25d2540

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ WORKDIR /go/build
55
RUN go build ./cmd/services
66

77
FROM registry.access.redhat.com/ubi8/ubi-minimal
8+
RUN microdnf install git
89
WORKDIR /root/
910
COPY --from=build /go/build/services /usr/local/bin
1011
ENTRYPOINT ["/usr/local/bin/services"]

0 commit comments

Comments
 (0)