Skip to content

Commit

Permalink
Remove pip upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
jlantz authored Aug 10, 2024
1 parent 5278ab6 commit f7b1bac
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ RUN curl -fsSL https://cli.github.com/packages/githubcli-archive-keyring.gpg | g
apt-get install -y gh

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

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

0 comments on commit f7b1bac

Please sign in to comment.