go-postgres.dockerfile 88 B

1234
  1. FROM techempower/go-base:0.1
  2. RUN go get github.com/lib/pq
  3. CMD go run hello_postgres.go