Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add dev-requirements.txt to Docker image #1115

Merged
merged 1 commit into from
Sep 4, 2022

Conversation

gsingh93
Copy link
Member

@gsingh93 gsingh93 commented Sep 4, 2022

Building the Docker image currently fails because ./setup.sh references dev-requirements.txt, but this was never added to the repo.

This PR fixes the issue with the least amount of modification, but I'm wondering if we can just move the ADD . /pwndbg higher up so that everything in the repo is copied over and we don't have to worry about adding any new files that are needed for setup? Why are we copying individual setup files over in the first place?

@codecov-commenter
Copy link

codecov-commenter commented Sep 4, 2022

Codecov Report

Merging #1115 (bf42c49) into dev (2d483fc) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##              dev    #1115   +/-   ##
=======================================
  Coverage   50.13%   50.13%           
=======================================
  Files         162      162           
  Lines       19714    19714           
  Branches     1796     1796           
=======================================
  Hits         9884     9884           
  Misses       9496     9496           
  Partials      334      334           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@disconnect3d disconnect3d merged commit 301a0c1 into pwndbg:dev Sep 4, 2022
@disconnect3d
Copy link
Member

I'm not sure about ADD . ./pwndbg. I thought people mostly wanted to use volumes to mount the pwndbg sources into the container to be able to develop it... cc: @artcz @hbrylkowski

@gsingh93
Copy link
Member Author

gsingh93 commented Sep 4, 2022

If we do it, won't mounting volumes over it still work fine?

@disconnect3d
Copy link
Member

Yeah. I think we can just move it.

@gsingh93 gsingh93 deleted the fix-docker branch September 9, 2022 00:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants