mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
community/docker to 1.11.2-2
This commit is contained in:
parent
065edb1e55
commit
d205f52f32
1 changed files with 3 additions and 3 deletions
|
@ -5,13 +5,13 @@
|
|||
|
||||
pkgname=docker
|
||||
pkgver=1.11.2
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
epoch=1
|
||||
pkgdesc='Pack, ship and run any application as a lightweight container'
|
||||
arch=('x86_64')
|
||||
url='https://www.docker.com/'
|
||||
license=('Apache')
|
||||
depends=('runc' 'containerd' 'bridge-utils' 'iproute2' 'device-mapper' 'sqlite' 'systemd')
|
||||
depends=('runc' 'containerd' 'bridge-utils' 'iproute2' 'device-mapper' 'sqlite' 'systemd' 'libseccomp')
|
||||
makedepends=('git' 'go' 'btrfs-progs' 'go-md2man')
|
||||
optdepends=('btrfs-progs: btrfs backend support'
|
||||
'lxc: lxc backend support')
|
||||
|
@ -38,7 +38,7 @@ prepare() {
|
|||
|
||||
build() {
|
||||
cd docker
|
||||
export AUTO_GOPATH=1
|
||||
export AUTO_GOPATH=1 DOCKER_BUILDTAGS='seccomp'
|
||||
hack/make.sh dynbinary
|
||||
# man pages
|
||||
man/md2man-all.sh 2>/dev/null
|
||||
|
|
Loading…
Reference in a new issue