docker: fix shebangs, closes #6368
This commit is contained in:
parent
dff06cdd43
commit
6d3fee045a
@ -15,10 +15,10 @@ stdenv.mkDerivation rec {
|
|||||||
dontStrip = true;
|
dontStrip = true;
|
||||||
|
|
||||||
buildPhase = ''
|
buildPhase = ''
|
||||||
patchShebangs ./hack
|
patchShebangs ./project
|
||||||
export AUTO_GOPATH=1
|
export AUTO_GOPATH=1
|
||||||
export DOCKER_GITCOMMIT="c78088f"
|
export DOCKER_GITCOMMIT="c78088f"
|
||||||
./hack/make.sh dynbinary
|
./project/make.sh dynbinary
|
||||||
'';
|
'';
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user