We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4456b9 commit 1d88a8fCopy full SHA for 1d88a8f
builders/ubuntu-python-builder.psm1
@@ -72,6 +72,7 @@ class UbuntuPythonBuilder : NixPythonBuilder {
72
$tkinterInstallString = "sudo apt install -y python-tk tk-dev"
73
}
74
75
+ Execute-Command -Command "sudo apt-get update"
76
Execute-Command -Command $tkinterInstallString
77
78
### Install dependent packages
0 commit comments