Skip to content

Commit

Permalink
Fix Python support
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Mar 13, 2023
1 parent e7dd445 commit 4360a8b
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 @@ -154,7 +154,7 @@ RUN --mount=type=cache,target=/var/lib/apt/lists,id=apt-list \
spawn-fcgi xauth xfonts-100dpi xfonts-75dpi xfonts-base xfonts-scalable xvfb \
apache2 libapache2-mod-fcgid python3 \
libqt5serialport5 libqt5quickwidgets5 libexiv2-27 libprotobuf23 libprotobuf-lite23 \
libgsl27 libzstd1 binutils glibc-tools libqt5multimediawidgets5 \
libgsl27 libzstd1 binutils glibc-tools libqt5multimediawidgets5 python3-pyqt5.qtmultimedia \
&& strip --remove-section=.note.ABI-tag /usr/lib/x86_64-linux-gnu/libQt5Core.so.5

WORKDIR /tmp
Expand Down

0 comments on commit 4360a8b

Please sign in to comment.