Skip to content

Commit

Permalink
Get proper Docker build and release to registry #26 (#47)
Browse files Browse the repository at this point in the history
* create dockerfile

* change python version to 3.8

Co-authored-by: Munyao Kelvin <[email protected]>
  • Loading branch information
Marsh-sudo and Munyao Kelvin authored Dec 19, 2022
1 parent f6452b5 commit 7a3e1d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ RUN python3 -m pip install -U pip
ADD . /fuzzable
RUN cd /fuzzable && python3 -m pip install .

CMD ["/bin/bash"]
CMD ["/bin/sh"]
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ documentation = "https://github.com/ex0dus-0x/fuzzable/wiki"
keywords = ["security", "fuzzing", "vulnerability-research", "binary-analysis"]

[tool.poetry.dependencies]
python = "^3.9"
python = "^3.8"
typer = {extras = ["all"], version = "^0.6.1"}
angr = "^9.2.8"
lief = "^0.12.1"
Expand Down

0 comments on commit 7a3e1d4

Please sign in to comment.