Skip to content

Commit dce0a1b

Browse files
committed
Fix linux build
1 parent 0c60dcf commit dce0a1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM debian:10
22
RUN apt-get update \
33
&& apt-get upgrade -y \
4-
&& apt-get install -y gettext python3 python3-pip vlc zlib1g-dev \
4+
&& apt-get install -y gettext python3 python3-pip vlc libjpeg-dev zlib1g-dev \
55
&& pip3 install -U \
66
-f https://extras.wxpython.org/wxPython4/extras/linux/gtk3/debian-10 \
77
wxPython \

0 commit comments

Comments
 (0)