You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficcontrol.apache.org by GitBox <gi...@apache.org> on 2019/09/23 12:47:47 UTC

[GitHub] [trafficcontrol] mhoppa commented on a change in pull request #3912: Rewrote /dbdump to Go

mhoppa commented on a change in pull request #3912: Rewrote /dbdump to Go
URL: https://github.com/apache/trafficcontrol/pull/3912#discussion_r327092398
 
 

 ##########
 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:
   i wonder if someone had vim installed for debugging purposes?

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services