docker: fix entrypoint
This commit is contained in:
parent
05c350f23d
commit
65ebe503af
@ -4,7 +4,7 @@ from mcluseau/golang-builder:1.15.1 as build
|
|||||||
# ------------------------------------------------------------------------
|
# ------------------------------------------------------------------------
|
||||||
from alpine:3.12
|
from alpine:3.12
|
||||||
|
|
||||||
entrypoint mksquashfs /layer /layer.squashfs && base64 </layer.squashfs
|
entrypoint mksquashfs /layer /layer.squashfs >&2 && base64 </layer.squashfs
|
||||||
|
|
||||||
run apk add --update squashfs-tools
|
run apk add --update squashfs-tools
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user