Skip to content
This repository has been archived by the owner on Nov 16, 2022. It is now read-only.

Commit

Permalink
Merge #102
Browse files Browse the repository at this point in the history
102: Add Poetry to Therapist image r=rehandalal a=mythmon

This is helpful for mozilla/normandy#2160.

Co-authored-by: Mike Cooper <mythmon@gmail.com>
  • Loading branch information
bors[bot] and mythmon committed Apr 8, 2020
2 parents ae8829d + 670331a commit 5825bd3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions therapist/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ RUN echo "deb https://deb.nodesource.com/node_10.x stretch main" > /etc/apt/sour
npm i -g npm@>=6 && \
rm -rf /var/lib/apt/lists/*

# Upgrade pip and install therapist
RUN pip install -U pip therapist
# Upgrade pip and install needed tools
RUN pip install -U pip therapist poetry

0 comments on commit 5825bd3

Please sign in to comment.