File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ RUN dnf install -y gcc python3-devel
1212RUN pip install --upgrade pip
1313RUN pip install --no-cache-dir -r requirements.txt
1414RUN python -m build
15- RUN python -m pip install dist/badfish-1.0.7 .tar.gz
15+ RUN python -m pip install dist/badfish-* .tar.gz
1616
1717ENTRYPOINT ["badfish" ]
1818CMD ["-v" ]
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ RUN dnf install -y gcc python3-devel
1414RUN pip install --upgrade pip
1515RUN pip install -r requirements.txt
1616RUN python -m build
17- RUN python -m pip install dist/badfish-1.0.7 .tar.gz
17+ RUN python -m pip install dist/badfish-* .tar.gz
1818
1919ENTRYPOINT ["badfish"]
2020CMD ["-v"]
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ RUN apk add build-base
1010RUN pip install --upgrade pip
1111RUN pip install --no-cache-dir -r requirements.txt
1212RUN python -m build
13- RUN python -m pip install dist/badfish-1.0.3 .tar.gz
13+ RUN python -m pip install dist/badfish-* .tar.gz
1414
1515ENTRYPOINT ["badfish"]
1616CMD ["-v"]
You can’t perform that action at this time.
0 commit comments