Skip to content

Commit

Permalink
fix: Remove redundant installation of build dependencies in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
venkatamutyala committed Nov 15, 2024
1 parent 57c9d2e commit 06f1f71
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,6 @@ WORKDIR /app
# Copy the requirements file
COPY requirements.txt .

# Install build dependencies and dependencies in one layer
RUN pip install --no-cache-dir -r requirements.txt



# Install dependencies
RUN pip install --no-cache-dir -r requirements.txt

Expand Down

0 comments on commit 06f1f71

Please sign in to comment.