Merge pull request #6380 from codyopel/docker-fix

docker: fix shebangs, closes #6368
This commit is contained in:
William A. Kennington III 2015-02-16 19:01:27 -08:00
commit d847059c55
1 changed files with 3 additions and 3 deletions

View File

@ -15,10 +15,10 @@ stdenv.mkDerivation rec {
dontStrip = true;
buildPhase = ''
patchShebangs ./hack
patchShebangs ./project
export AUTO_GOPATH=1
export DOCKER_GITCOMMIT="c78088f"
./hack/make.sh dynbinary
./project/make.sh dynbinary
'';
installPhase = ''