Skip to content

Commit 47c16ae

Browse files
committed
Update dockerfile.
1 parent fb838dd commit 47c16ae

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Dockerfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
FROM gobylang/goby:v0.1.2
1+
FROM gobylang/goby:latest
2+
3+
RUN go get github.com/jmoiron/sqlx
4+
RUN go get github.com/lib/pq
25

36
ADD . ./
47

0 commit comments

Comments
 (0)