Moving dep builds into Dockerfile and multi-stage builds.

This commit is contained in:
Travis Reeder
2017-06-06 15:02:08 -07:00
committed by Denis Makogon
parent 0276a1c156
commit f628e39490
17 changed files with 268 additions and 226 deletions

View File

@@ -9,6 +9,9 @@ type RustLangHelper struct {
BaseHelper
}
func (lh *RustLangHelper) BuildFromImage() string {
return "funcy/rust:dev"
}
func (lh *RustLangHelper) Entrypoint() string {
return "/function/target/release/func"
}