Skip to content
Snippets Groups Projects
Unverified Commit 35f692f7 authored by Cellar Admin's avatar Cellar Admin 💬 Committed by GitHub
Browse files

Update Dockerfile.ubi8

parent 7241b0d5
No related branches found
No related tags found
No related merge requests found
FROM registry.access.redhat.com/ubi8:latest
RUN dnf install golang git -y
WORKDIR /go/src/github.com/mvazquezc/reverse-words/
WORKDIR /go/src/github.com/rcdelacruz/reverse-words/
COPY main.go .
RUN go get github.com/gorilla/mux && go get github.com/prometheus/client_golang/prometheus/promhttp
RUN CGO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo -o main .
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment