Skip to content

Commit a6fef9b

Browse files
xlabsbinet
authored andcommitted
Add Dockerfile to support docker builds.
1 parent 03fb67b commit a6fef9b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Dockerfile

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
FROM golang:onbuild
2+
RUN apt-get update && apt-get install -y pkg-config python2.7-dev && apt-get clean
3+
CMD /go/bin/app

0 commit comments

Comments
 (0)