diff --git a/community/docker/APKBUILD b/community/docker/APKBUILD index 421d3443e92..e90bde944b5 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"