add apt-get update (#239)

This commit is contained in:
Dmitry Shibanov 2023-08-07 14:16:32 +02:00 committed by GitHub
parent c4456b9062
commit 1d88a8f21b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -72,6 +72,7 @@ class UbuntuPythonBuilder : NixPythonBuilder {
$tkinterInstallString = "sudo apt install -y python-tk tk-dev"
}
Execute-Command -Command "sudo apt-get update"
Execute-Command -Command $tkinterInstallString
### Install dependent packages