Skip to content

Commit

Permalink
docker: fix broken import test
Browse files Browse the repository at this point in the history
  • Loading branch information
flueke committed Aug 21, 2024
1 parent e9153f2 commit 1e4408f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.ubuntu-22.04
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ RUN cmake --build . && cmake --install .
ENV PATH="/mesycontrol/bin:$PATH"
RUN mesycontrol_server --help
RUN python3 -c 'import mesycontrol'
RUN python3 -c 'from mesycontrol.mesycontrol_script_runner import script_runner_main; script_runner_main()'
RUN python3 -c 'from mesycontrol.script import script_runner_main; script_runner_main()'
RUN mesycontrol_script_runner
RUN test -e /mesycontrol/share/doc/mesycontrol/html/index.html

Expand Down

0 comments on commit 1e4408f

Please sign in to comment.