From 80a54762e6875ecd1f8eb69fe0a3bdb3ded38524 Mon Sep 17 00:00:00 2001 From: Jason Lantz Date: Fri, 11 Oct 2024 08:35:52 -0500 Subject: [PATCH] Install keyrings.alt --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f571206..0427d3c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ RUN curl -fsSL https://cli.github.com/packages/githubcli-archive-keyring.gpg | g apt-get update && apt-get install -y gh # Install CumulusCI -RUN pip --no-cache-dir install git+https://github.com/muselab-d2x/CumulusCI@feature/snapshots-enhancements cookiecutter +RUN pip --no-cache-dir install git+https://github.com/muselab-d2x/CumulusCI@feature/snapshots-enhancements cookiecutter keyrings.alt # Copy devhub auth script and make it executable COPY devhub.sh /usr/local/bin/devhub.sh