This commit is contained in:
parent
a241298170
commit
45af54d995
12
bass.build
Normal file
12
bass.build
Normal file
@ -0,0 +1,12 @@
|
||||
(def go
|
||||
(from (linux/alpine)
|
||||
($ apk add go)))
|
||||
|
||||
(-> ($ go mod download)
|
||||
(with-image go)
|
||||
(with-mount *dir*/go.mod ./go.mod)
|
||||
(with-mount *dir*/go.sum ./go.sum))
|
||||
|
||||
(def go-mods
|
||||
(from go
|
||||
($ go mod download)))
|
Loading…
x
Reference in New Issue
Block a user