File tree 1 file changed +2
-5
lines changed
windowsservercore-ltsc2019-qt5.15.2-32bit
1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -6,14 +6,11 @@ RUN powershell -NoProfile -InputFormat None -ExecutionPolicy Bypass -Command \
6
6
&& SET "PATH=%PATH%;%ALLUSERSPROFILE%\c hocolatey\b in"
7
7
8
8
# Install Chocolatey Packages
9
- # Note: Funq doesn't work with Python3 or x64, thus we need Python2 x86.
9
+ # Note: Funq requires to install x86 Python since Qt is also x86!
10
10
ENV PYTHONIOENCODING "UTF-8"
11
11
RUN choco install -y 7zip ccache vcredist2017 \
12
12
&& choco install -y git --params "/GitAndUnixToolsOnPath /NoAutoCrlf" \
13
- && choco install --forcex86 -y python2
14
-
15
- # Install Python Packages
16
- RUN pip install future "flake8==3.7.7"
13
+ && choco install --forcex86 -y python3 --version 3.10.0
17
14
18
15
# Install MinGW
19
16
ARG MINGW_URL="https://download.qt.io/online/qtsdkrepository/windows_x86/desktop/tools_mingw/qt.tools.win32_mingw810/8.1.0-1-202004170606i686-8.1.0-release-posix-dwarf-rt_v6-rev0.7z"
You can’t perform that action at this time.
0 commit comments