diff options
author | Unknwon <u@gogs.io> | 2018-04-09 07:26:55 -0400 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2018-04-09 07:26:55 -0400 |
commit | 6cbaa4787b444babda0ca6b6dd5d2d43d3a2cf99 (patch) | |
tree | 6af32348658373bafbe59cfae338f843faaafbdd /docker/build.sh | |
parent | 8b66c433c568e019d1bfbfcbd6d9858890c484ea (diff) |
MISC: update docker build script
Diffstat (limited to 'docker/build.sh')
-rwxr-xr-x | docker/build.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/docker/build.sh b/docker/build.sh index bfe180b7..80d620ff 100755 --- a/docker/build.sh +++ b/docker/build.sh @@ -5,7 +5,6 @@ set -e # Set temp environment vars export GOPATH=/tmp/go export PATH=/usr/local/go/bin:${PATH}:${GOPATH}/bin -export GO15VENDOREXPERIMENT=1 # Install build deps apk --no-cache --no-progress add --virtual build-deps build-base linux-pam-dev |