Skip to content

Commit

Permalink
changed python version on electron builder (#573)
Browse files Browse the repository at this point in the history
Bugfix: python version fix on electron build-node
  • Loading branch information
k9ert authored Nov 2, 2020
1 parent 76b5772 commit e05068f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/electron-builder/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
FROM electronuserland/builder:wine

RUN apt-get update && apt-get install -y python3-pip zip unzip file apt libusb-1.0-0-dev libudev-dev
RUN apt-get update && apt-get install -y python3.8 python3.8-dev python3-pip zip unzip file apt libusb-1.0-0-dev libudev-dev
RUN update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.8 1

0 comments on commit e05068f

Please sign in to comment.