dkl-store
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
# ------------------------------------------------------------------------
|
||||
from golang:1.12.1-alpine as build
|
||||
from golang:1.12.3-alpine as build
|
||||
run apk add --update git
|
||||
|
||||
env CGO_ENABLED 0
|
||||
@ -24,4 +24,7 @@ run apt-get update \
|
||||
run yes |apt-get install -y grub2 grub-pc-bin grub-efi-amd64-bin \
|
||||
&& apt-get clean
|
||||
|
||||
run apt-get install -y ca-certificates \
|
||||
&& apt-get clean
|
||||
|
||||
copy --from=build /go/bin/ /bin/
|
||||
|
Reference in New Issue
Block a user