aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--community/docker/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/docker/APKBUILD b/community/docker/APKBUILD
index ee5418afc3..c8795f3781 100644
--- a/community/docker/APKBUILD
+++ b/community/docker/APKBUILD
@@ -7,7 +7,7 @@ _gitcommit=42e35e61f352e527082521280d5ea3761f0dee50 # https://github.com/docker/
7pkgrel=0 7pkgrel=0
8pkgdesc="Pack, ship and run any application as a lightweight container" 8pkgdesc="Pack, ship and run any application as a lightweight container"
9url="https://www.docker.io/" 9url="https://www.docker.io/"
10arch="all" 10arch="all !mips !mips64" # go is missing
11license="Apache-2.0" 11license="Apache-2.0"
12depends="docker-engine docker-cli" 12depends="docker-engine docker-cli"
13makedepends="go go-md2man btrfs-progs-dev bash linux-headers coreutils lvm2-dev libtool 13makedepends="go go-md2man btrfs-progs-dev bash linux-headers coreutils lvm2-dev libtool