Skip to content

Commit

Permalink
merge todo
Browse files Browse the repository at this point in the history
  • Loading branch information
InvincibleRMC committed Feb 16, 2024
1 parent 0a167f4 commit be5f656
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 @@ -6,7 +6,7 @@ HEALTHCHECK NONE

# Install missing libxcb-cursor0 xvfb for PyQt unit testing
# https://pytest-qt.readthedocs.io/en/latest/troubleshooting.html
RUN sudo apt-get install xvfb -y
RUN apt-get install xvfb -y

# Install pip
# Install Video for Linux
Expand Down

0 comments on commit be5f656

Please sign in to comment.