File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ deploy:
7373 - provider : GitHub
7474 description : ' Auto-created Release'
7575 auth_token :
76- secure : Ma3h2V4njIQJClEXXBbsTHnRBdtsyXKpCszdcItYhGdx8MHkKupcSZH5QMDENx1K
76+ secure : 06zyQQoLTbDrZIw5UjHOaDSvSiobT+8/V2F2E269BRmDYV5r4HgirmL/1nTMQjOA
7777 draft : true
7878 prerelease : true
7979 on :
Original file line number Diff line number Diff line change @@ -2,10 +2,10 @@ FROM debian:10
22RUN apt-get update \
33 && apt-get upgrade -y \
44 && apt-get install -y gettext python3 python3-pip vlc libjpeg-dev zlib1g-dev \
5- && pip install -U \
5+ && python3 -m pip install -U \
66 -f https://extras.wxpython.org/wxPython4/extras/linux/gtk3/debian-10 \
77 wxPython \
8- && pip install -U pyinstaller python-vlc
8+ && python3 -m pip install -U pyinstaller python-vlc
99WORKDIR /app
1010COPY . .
1111WORKDIR /app/bin
@@ -14,4 +14,4 @@ RUN python3 ./build.py -novlc \
1414 && mkdir -p ./FestEngine/locale/ru/LC_MESSAGES \
1515 && msgfmt -o ./FestEngine/locale/ru/LC_MESSAGES/main.mo \
1616 ../src/locale/ru/LC_MESSAGES/main.po
17- RUN tar -zcvf fest_engine.tar.gz FestEngine
17+ RUN tar -zcvf fest_engine.tar.gz FestEngine
You can’t perform that action at this time.
0 commit comments