Skip to content

Commit

Permalink
Merge pull request #566 from machawk1/issue-565
Browse files Browse the repository at this point in the history
Update wxPython in Docker image
  • Loading branch information
machawk1 authored Nov 10, 2023
2 parents 2319c96 + f66f9ef commit 6e5c237
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 @@ -33,7 +33,7 @@ RUN apt update && apt install -y \
openjdk-8-jdk \
&& rm -rf /var/lib/apt/lists/*

RUN pip3 install -U -f https://extras.wxpython.org/wxPython4/extras/linux/gtk3/ubuntu-20.04 wxPython==4.2.0 \
RUN pip3 install -U -f https://extras.wxpython.org/wxPython4/extras/linux/gtk3/ubuntu-20.04 wxPython==4.2.1 \
&& pip3 install pyinstaller==5.3

WORKDIR /wail
Expand Down

0 comments on commit 6e5c237

Please sign in to comment.