diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2018-02-13 15:16:07 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-02-13 15:16:19 +0000 |
commit | fba66cbb0d4e024330a24dc57c4ccd4d31cc1257 (patch) | |
tree | 83a4e50899801e595e8f3fb59948b0316d1dd640 /community | |
parent | a299543cddb538f3f0b0f2097abef8214e55e9af (diff) | |
download | aports-fba66cbb0d4e024330a24dc57c4ccd4d31cc1257.tar.bz2 aports-fba66cbb0d4e024330a24dc57c4ccd4d31cc1257.tar.xz |
community/docker: enable on s390x
Diffstat (limited to 'community')
-rw-r--r-- | community/docker/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/docker/APKBUILD b/community/docker/APKBUILD index 421d3443e9..e90bde944b 100644 --- a/community/docker/APKBUILD +++ b/community/docker/APKBUILD @@ -6,7 +6,7 @@ pkgrel=0 _gitcommit=v$_ver pkgdesc="Pack, ship and run any application as a lightweight container" url="http://www.docker.io/" -arch="all !s390x" +arch="all" license="Apache-2.0" depends="ca-certificates iptables" makedepends="go btrfs-progs-dev bash linux-headers coreutils libseccomp-dev cmake lvm2-dev libtool" |