Skip to content

Commit

Permalink
Switch to installing d2x-cli from github repo
Browse files Browse the repository at this point in the history
  • Loading branch information
jlantz committed May 1, 2024
1 parent 89f09cc commit 7cd119d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ RUN apt-get install -y gh

# Install CumulusCI
RUN pip install --no-cache-dir --upgrade pip pip-tools \
pip --no-cache-dir install cookiecutter d2x-cli
pip --no-cache-dir install cookiecutter git+https://github.com/muselab-d2x/d2x-cli.git@main

# Copy devhub auth script and make it executable
COPY devhub.sh /usr/local/bin/devhub.sh
Expand Down

0 comments on commit 7cd119d

Please sign in to comment.