gnu: docker: Compile with seccomp enabled.
* gnu/packages/docker.scm (docker)[arguments]: Adjust custom 'configure phase to enable seccomp support. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>master
parent
f0a09310e6
commit
90492a9f13
|
@ -520,6 +520,7 @@ built-in registry server of Docker.")
|
||||||
#t))
|
#t))
|
||||||
(replace 'configure
|
(replace 'configure
|
||||||
(lambda _
|
(lambda _
|
||||||
|
(setenv "DOCKER_BUILDTAGS" "seccomp")
|
||||||
(setenv "DOCKER_GITCOMMIT" (string-append "v" ,%docker-version))
|
(setenv "DOCKER_GITCOMMIT" (string-append "v" ,%docker-version))
|
||||||
(setenv "VERSION" (string-append ,%docker-version "-ce"))
|
(setenv "VERSION" (string-append ,%docker-version "-ce"))
|
||||||
;; Automatically use bundled dependencies.
|
;; Automatically use bundled dependencies.
|
||||||
|
|
Reference in New Issue