Skip to content

Commit

Permalink
Add module finding scripts to Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
gruberma committed Apr 10, 2024
1 parent f40e52f commit b304478
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ WORKDIR /workdir
RUN apt-get update && apt-get install -y sqlite3 cloc

COPY --from=build /flapy_build/dist/FlaPy-${FLAPY_VERSION}-py3-none-any.whl ./
COPY utils.sh clone_and_run_tests.sh ./
COPY utils.sh clone_and_run_tests.sh findpackages.py find_all_modules.py ./

RUN pip install FlaPy-${FLAPY_VERSION}-py3-none-any.whl

Expand Down

0 comments on commit b304478

Please sign in to comment.