Skip to content

Commit

Permalink
Fix docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
gruberma committed Jan 26, 2025
1 parent 3bc3634 commit a48e880
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ 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 --from=build /flapy_build/dist/flapy-${FLAPY_VERSION}-py3-none-any.whl ./
COPY utils.sh clone_and_run_tests.sh findpackages.py find_all_modules.py ./

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

ENTRYPOINT ["./clone_and_run_tests.sh"]

0 comments on commit a48e880

Please sign in to comment.