diff --git a/testing/docker-volume-local-persist/APKBUILD b/testing/docker-volume-local-persist/APKBUILD index 5adda5890d2..be2a5c2e308 100644 --- a/testing/docker-volume-local-persist/APKBUILD +++ b/testing/docker-volume-local-persist/APKBUILD @@ -19,6 +19,7 @@ builddir="$srcdir/local-persist-$pkgver" build() { cd "$builddir" export GOPATH="$startdir" + export GO111MODULE=off glide install --skip-test go build -v -ldflags "-s -w" \ -o bin/local-persist