Skip to content

Commit

Permalink
add apt-get update
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-shibanov committed Aug 7, 2023
1 parent c4456b9 commit ed0262a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions builders/ubuntu-python-builder.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ed0262a

Please sign in to comment.