Skip to content

Commit 7a3e1d4

Browse files
Marsh-sudoMunyao Kelvin
andauthored
Get proper Docker build and release to registry #26 (#47)
* create dockerfile * change python version to 3.8 Co-authored-by: Munyao Kelvin <biggie@users-MacBook-Pro.local>
1 parent f6452b5 commit 7a3e1d4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ RUN python3 -m pip install -U pip
1111
ADD . /fuzzable
1212
RUN cd /fuzzable && python3 -m pip install .
1313

14-
CMD ["/bin/bash"]
14+
CMD ["/bin/sh"]

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ documentation = "https://github.com/ex0dus-0x/fuzzable/wiki"
1515
keywords = ["security", "fuzzing", "vulnerability-research", "binary-analysis"]
1616

1717
[tool.poetry.dependencies]
18-
python = "^3.9"
18+
python = "^3.8"
1919
typer = {extras = ["all"], version = "^0.6.1"}
2020
angr = "^9.2.8"
2121
lief = "^0.12.1"

0 commit comments

Comments
 (0)