Skip to content

fix: resolve pipenv dependency installation failure and stale apt index in Dockerfiles#48

Open
piyush140104 wants to merge 1 commit intoOWASP:masterfrom
piyush140104:fix/dockerfile-build-issues
Open

fix: resolve pipenv dependency installation failure and stale apt index in Dockerfiles#48
piyush140104 wants to merge 1 commit intoOWASP:masterfrom
piyush140104:fix/dockerfile-build-issues

Conversation

@piyush140104
Copy link
Copy Markdown

@piyush140104 piyush140104 commented Mar 19, 2026

Closes issue: #47

Reviewers

@adrianwinckles

What this PR fixes

  • Moves COPY ./ /app before RUN pipenv install so the Pipfile is present when dependencies are installed.
  • Adds apt-get update && before apt-get install so the package index is fresh before installing packages.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant