Skip to content
This repository has been archived by the owner on Dec 22, 2022. It is now read-only.

Commit

Permalink
Installed mtr in the runtime container. (prebid#738)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbemiller authored Nov 5, 2018
1 parent 1a74919 commit a1859b5
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
Expand Up @@ -14,7 +14,7 @@ WORKDIR /usr/local/bin/
COPY --from=build /go/src/github.com/prebid/prebid-server/prebid-server .
COPY static static/
COPY stored_requests/data stored_requests/data
RUN apk add -U --no-cache ca-certificates
RUN apk add -U --no-cache ca-certificates mtr
EXPOSE 8000
EXPOSE 8080
ENTRYPOINT ["/usr/local/bin/prebid-server"]
Expand Down

0 comments on commit a1859b5

Please sign in to comment.