Skip to content

Commit

Permalink
remove poetry from dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
setu4993 committed Jul 16, 2021
1 parent 3fdc538 commit ef68cfa
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ RUN yum -q list installed rsync &>/dev/null || yum install -y rsync
# Upgrade pip (required by cryptography v3.4 and above, which is a dependency of poetry)
RUN pip install --upgrade pip

# Install pipenv and poetry so we can create a requirements.txt if we detect pipfile or poetry.lock respectively
RUN pip install pipenv poetry

# Install the dependencies in a cacheable layer
WORKDIR /var/dependencies
COPY requirements.txt ./
Expand Down

0 comments on commit ef68cfa

Please sign in to comment.