Skip to content

Commit

Permalink
Fix linux build
Browse files Browse the repository at this point in the history
  • Loading branch information
Himura2la committed Nov 28, 2021
1 parent 0c60dcf commit dce0a1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM debian:10
RUN apt-get update \
&& apt-get upgrade -y \
&& apt-get install -y gettext python3 python3-pip vlc zlib1g-dev \
&& apt-get install -y gettext python3 python3-pip vlc libjpeg-dev zlib1g-dev \
&& pip3 install -U \
-f https://extras.wxpython.org/wxPython4/extras/linux/gtk3/debian-10 \
wxPython \
Expand Down

0 comments on commit dce0a1b

Please sign in to comment.