mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
google-cloud-sdk: include docker-credential-gcloud script (#44886)
This is required if you want to push images to gcr.io.
This commit is contained in:
parent
e4395211d2
commit
9baaa51c96
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ in stdenv.mkDerivation rec {
|
|||
cp ${./beta__init__.py} $out/google-cloud-sdk/lib/surface/beta/__init__.py
|
||||
|
||||
# create wrappers with correct env
|
||||
for program in gcloud bq gsutil git-credential-gcloud.sh; do
|
||||
for program in gcloud bq gsutil git-credential-gcloud.sh docker-credential-gcloud; do
|
||||
programPath="$out/google-cloud-sdk/bin/$program"
|
||||
binaryPath="$out/bin/$program"
|
||||
wrapProgram "$programPath" \
|
||||
|
|
Loading…
Reference in a new issue