mirror of https://github.com/gogs/gogs.git
docker: fix script
parent
9c3c9a8eb9
commit
76879e977b
|
@ -14,6 +14,7 @@ apk --no-cache --no-progress add --virtual build-deps build-base linux-pam-dev g
|
|||
mkdir -p ${GOPATH}/src/github.com/gogits/
|
||||
ln -s /app/gogs/ ${GOPATH}/src/github.com/gogits/gogs
|
||||
cd ${GOPATH}/src/github.com/gogits/gogs
|
||||
go get -v -tags "sqlite cert pam" ./...
|
||||
make build TAGS="sqlite cert pam"
|
||||
|
||||
# Cleanup GOPATH
|
||||
|
|
Loading…
Reference in New Issue