ocket8888 commented on a change in pull request #3912: Rewrote /dbdump to Go URL: https://github.com/apache/trafficcontrol/pull/3912#discussion_r327201493
########## File path: infrastructure/cdn-in-a-box/traffic_ops_integration_test/Dockerfile ########## @@ -36,7 +36,7 @@ RUN go get -u github.com/jstemmer/go-junit-report RUN cd /go/src/github.com/jstemmer/go-junit-report && go build FROM debian:stretch -RUN apt-get update && apt-get install -y netcat curl dnsutils net-tools vim && apt-get clean +RUN apt-get update && apt-get install -y netcat curl dnsutils net-tools postgresql-client && apt-get clean Review comment: Yeah, that's how it usually happens ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
