Skip to content

Commit ed0262a

Browse files
add apt-get update
1 parent c4456b9 commit ed0262a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: builders/ubuntu-python-builder.psm1

+1
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ class UbuntuPythonBuilder : NixPythonBuilder {
7272
$tkinterInstallString = "sudo apt install -y python-tk tk-dev"
7373
}
7474

75+
Execute-Command -Command "sudo apt-get update"
7576
Execute-Command -Command $tkinterInstallString
7677

7778
### Install dependent packages

0 commit comments

Comments
 (0)