We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents eb856d8 + 9f639dd commit c9a8e55Copy full SHA for c9a8e55
1 file changed
windowsservercore-ltsc2019-qt5.15.2-32bit/Dockerfile
@@ -122,3 +122,6 @@ ADD OpenSSL.tar.bz2 C:/Qt/Tools
122
123
# Allow installing pip packages system-wide since there's no risk in a container
124
ENV PIP_BREAK_SYSTEM_PACKAGES=1
125
+
126
+# Put Python user site in PATH to allow installing packages with --user
127
+RUN FOR /F %i IN ('python -m site --user-base') DO setx PATH "%PATH%;%i\bin"
0 commit comments