diff options
Diffstat (limited to 'community/docker/APKBUILD')
-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 e6d50c80e4..2f12b32d13 100644 --- a/community/docker/APKBUILD +++ b/community/docker/APKBUILD @@ -5,7 +5,7 @@ pkgrel=1 _gitcommit=a34a1d5 pkgdesc="Pack, ship and run any application as a lightweight container" url="http://www.docker.io/" -arch="x86 x86_64" +arch="all" license="ASL 2.0" depends="iptables git xz" depends_dev="" |