go-postgres.dockerfile 82 B

123
  1. FROM tfb/go-base:latest
  2. RUN go get github.com/lib/pq
  3. CMD go run hello_postgres.go