diff options
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 b69d78b61e..090aed3619 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 !ppc64le !s390x" +arch="all !s390x" license="ASL 2.0" depends="ca-certificates iptables" depends_dev="" |