diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2015-11-04 10:30:12 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-11-04 10:31:16 +0000 |
commit | 567978b4a637967fe050bb50b5dc58538a2c60c6 (patch) | |
tree | efb54fcd6427f0b500c9de5fcfcf2c6738090514 | |
parent | df23000cc49f081b92eaeeef8773da5d50e18746 (diff) | |
download | aports-567978b4a637967fe050bb50b5dc58538a2c60c6.tar.bz2 aports-567978b4a637967fe050bb50b5dc58538a2c60c6.tar.xz |
community/docker: enable x86
-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 863ba489b3..0b98c8108e 100644 --- a/community/docker/APKBUILD +++ b/community/docker/APKBUILD @@ -5,7 +5,7 @@ pkgrel=0 _gitcommit=f4bf5c7 pkgdesc="Pack, ship and run any application as a lightweight container" url="http://www.docker.io/" -arch="x86_64" +arch="x86 x86_64" license="ASL 2.0" depends="iptables git xz" depends_dev="" |