mirror of
https://github.com/gogs/gogs.git
synced 2026-07-08 19:53:28 +02:00
MISC: update docker build script
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user