Skip to content

Commit

Permalink
DBA-897-REMOVE-RDSADMIN-FROM-DATABASE-LIST
Browse files Browse the repository at this point in the history
  • Loading branch information
gfranco9 committed Dec 3, 2024
1 parent 25207b2 commit b930cec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
RUN go mod tidy
FROM golang:1.21-alpine as build
WORKDIR ${GOPATH}/src/github.com/quintoandar
RUN apk update && apk add make git curl && git clone https://github.com/quintoandar/postgres_exporter.git
WORKDIR ${GOPATH}/src/github.com/quintoandar/postgres_exporter
RUN go get -u github.com/prometheus/promu
RUN go mod tidy
RUN make build
RUN chmod +x postgres_exporter && mv postgres_exporter /tmp/postgres_exporter

Expand Down

0 comments on commit b930cec

Please sign in to comment.