-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
The following error occurs when attempting to start trimetric:
Building api
Step 1/8 : FROM golang:1.9
---> ef89ef5c42a9
Step 2/8 : RUN go get github.com/githubnemo/CompileDaemon
---> Using cache
---> f99fe34e8ad1
Step 3/8 : RUN go get github.com/lib/pq
---> Running in 0d8128d0a62d
# github.com/lib/pq
src/github.com/lib/pq/notify.go:47:2: undefined: driver.Connector
ERROR: Service 'api' failed to build: The command '/bin/sh -c go get github.com/lib/pq' returned a non-zero code: 2
Note that the script was run with root privileges, as dockerd will not start without them.
Metadata
Metadata
Assignees
Labels
No labels