Remove redundant double pip install of gunicorn/requests #37

Open
opened 2026-06-06 19:58:16 +00:00 by tonym · 0 comments

Severity: low
Category: infra
Location: Dockerfile:14

Problem

pip install -r requirements.txt && pip install gunicorn requests installs those twice; redundant build time and possible version skew.

Suggested fix

Pin them in requirements.txt and drop the extra pip install.

Filed by automated code review.

**Severity:** low **Category:** infra **Location:** `Dockerfile:14` ### Problem `pip install -r requirements.txt && pip install gunicorn requests` installs those twice; redundant build time and possible version skew. ### Suggested fix Pin them in requirements.txt and drop the extra pip install. _Filed by automated code review._
tonym added the
infra
severity:low
labels 2026-06-06 19:58:16 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: bonna61/Moon-Household-Budget#37
No description provided.