We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3daf577 commit 25d2540Copy full SHA for 25d2540
Dockerfile
@@ -5,6 +5,7 @@ WORKDIR /go/build
5
RUN go build ./cmd/services
6
7
FROM registry.access.redhat.com/ubi8/ubi-minimal
8
+RUN microdnf install git
9
WORKDIR /root/
10
COPY --from=build /go/build/services /usr/local/bin
11
ENTRYPOINT ["/usr/local/bin/services"]
0 commit comments