We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c60dcf commit dce0a1bCopy full SHA for dce0a1b
bin/Dockerfile
@@ -1,7 +1,7 @@
1
FROM debian:10
2
RUN apt-get update \
3
&& apt-get upgrade -y \
4
- && apt-get install -y gettext python3 python3-pip vlc zlib1g-dev \
+ && apt-get install -y gettext python3 python3-pip vlc libjpeg-dev zlib1g-dev \
5
&& pip3 install -U \
6
-f https://extras.wxpython.org/wxPython4/extras/linux/gtk3/debian-10 \
7
wxPython \
0 commit comments