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>
This commit is contained in:
Jesse Dowell 2020-09-19 12:34:47 -04:00 committed by Efraim Flashner
parent f0a09310e6
commit 90492a9f13
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -520,6 +520,7 @@ (define-public docker
#t))
(replace 'configure
(lambda _
(setenv "DOCKER_BUILDTAGS" "seccomp")
(setenv "DOCKER_GITCOMMIT" (string-append "v" ,%docker-version))
(setenv "VERSION" (string-append ,%docker-version "-ce"))
;; Automatically use bundled dependencies.