We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03fb67b commit a6fef9bCopy full SHA for a6fef9b
Dockerfile
@@ -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