docker: fix build
This commit is contained in:
parent
48e65cec4e
commit
f550eb7fde
|
@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
|
||||||
dontStrip = true;
|
dontStrip = true;
|
||||||
|
|
||||||
buildPhase = ''
|
buildPhase = ''
|
||||||
patchShebangs ./project
|
patchShebangs .
|
||||||
export AUTO_GOPATH=1
|
export AUTO_GOPATH=1
|
||||||
export DOCKER_GITCOMMIT="03nzhikx"
|
export DOCKER_GITCOMMIT="03nzhikx"
|
||||||
./hack/make.sh dynbinary
|
./hack/make.sh dynbinary
|
||||||
|
|
Loading…
Reference in New Issue