mirror of https://github.com/go-python/gopy.git
4 lines
119 B
Docker
4 lines
119 B
Docker
|
FROM golang:onbuild
|
||
|
RUN apt-get update && apt-get install -y pkg-config python2.7-dev && apt-get clean
|
||
|
CMD /go/bin/app
|