From 78df9b1f64c5c78670edab47054aafe776449b21 Mon Sep 17 00:00:00 2001 From: Zack Field Date: Wed, 18 Mar 2020 16:56:09 -0700 Subject: [PATCH] Ensure "ghtoken" is available in "$PATH" --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b93603d..55cf930 100644 --- a/Dockerfile +++ b/Dockerfile @@ -71,7 +71,7 @@ ADD cargo-config.toml /home/rust/.cargo/config # Set up a `git credentials` helper for using GH_USER and GH_TOKEN to access # private repositories if desired. -ADD git-credential-ghtoken /usr/local/bin +ADD git-credential-ghtoken /usr/local/bin/ghtoken RUN git config --global credential.https://github.com.helper ghtoken # Build a static library version of OpenSSL using musl-libc. This is needed by