mirror of https://github.com/go-python/gopy.git
Add Dockerfile to support docker builds.
This commit is contained in:
parent
03fb67b90e
commit
a6fef9b425
|
@ -0,0 +1,3 @@
|
|||
FROM golang:onbuild
|
||||
RUN apt-get update && apt-get install -y pkg-config python2.7-dev && apt-get clean
|
||||
CMD /go/bin/app
|
Loading…
Reference in New Issue