Skip to content

Commit

Permalink
Remove pip_tools
Browse files Browse the repository at this point in the history
  • Loading branch information
jlantz authored Aug 10, 2024
1 parent 98c0a07 commit 5278ab6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +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-tools \
RUN pip install --no-cache-dir --upgrade pip \
pip --no-cache-dir install git+https://github.com/muselab-d2x/CumulusCI@d2x cookiecutter

# Copy devhub auth script and make it executable
Expand All @@ -30,4 +30,4 @@ RUN echo '/usr/local/bin/devhub.sh' >> /root/.bashrc
RUN echo '/usr/local/bin/devhub.sh' >> /home/d2x/.bashrc

USER d2x
CMD ["bash"]
CMD ["bash"]

0 comments on commit 5278ab6

Please sign in to comment.