Skip to content

Commit

Permalink
Install missing cci dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jlantz committed Nov 15, 2024
1 parent 07a2881 commit e7af82a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,9 @@ RUN python -m pip install --upgrade pip && \
/root/.local/bin/pipx ensurepath

# Install CumulusCI and Cookiecutter using pipx (isolated environments)
RUN /root/.local/bin/pipx install git+https://github.com/muselab-d2x/CumulusCI@d2x-merge-cci4 && \
/root/.local/bin/pipx install cookiecutter
RUN /root/.local/bin/pipx install "docutils" && \
/root/.local/bin/pipx install "git+https://github.com/muselab-d2x/CumulusCI@d2x-merge-cci4" --include-deps && \
/root/.local/bin/pipx install "cookiecutter"

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

0 comments on commit e7af82a

Please sign in to comment.