Skip to content

Commit

Permalink
EX-3550: and the rest of it
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Pabst committed Apr 21, 2022
1 parent 6fdd80b commit 2020c52
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ RUN go mod vendor
RUN go mod tidy
ARG TEST="true"
RUN if [ "$TEST" != "false" ]; then ./validate.sh ; fi
RUN go install github.com/go-delve/delve/cmd/dlv@latest
RUN go build -mod=vendor -gcflags "all=-N -l" -ldflags "-X github.com/prebid/prebid-server/version.Ver=`git describe --tags | sed 's/^v//'` -X github.com/prebid/prebid-server/version.Rev=`git rev-parse HEAD`" .
RUN go build -mod=vendor -ldflags "-X github.com/prebid/prebid-server/version.Ver=`git describe --tags | sed 's/^v//'` -X github.com/prebid/prebid-server/version.Rev=`git rev-parse HEAD`" .

FROM ubuntu:18.04 AS release
LABEL maintainer="hans.hjort@xandr.com"
Expand Down

0 comments on commit 2020c52

Please sign in to comment.