We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17b077b commit c8b5330Copy full SHA for c8b5330
1 file changed
python/build.ps1
@@ -1,6 +1,6 @@
1
# docker build -t python .
2
3
-docker rm -f pythonbuild36 2>&1
+# docker rm -f pythonbuild36 2>&1
4
docker pull python:3.6-windowsservercore
5
docker create --name=pythonbuild36 python:3.6-windowsservercore
6
docker cp pythonbuild36:Python tmp
0 commit comments