This is an automated email from the ASF dual-hosted git repository. areusch pushed a commit to branch areusch/freeze-dependencies in repository https://gitbox.apache.org/repos/asf/tvm.git
commit 67acafb402108df2810dfffc845669325b87dc77 Author: Andrew Reusch <[email protected]> AuthorDate: Mon Jun 27 13:53:18 2022 -0700 add-apt-repository --- docker/install/ubuntu_install_core.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/docker/install/ubuntu_install_core.sh b/docker/install/ubuntu_install_core.sh index 563c008da0..058061b9b2 100755 --- a/docker/install/ubuntu_install_core.sh +++ b/docker/install/ubuntu_install_core.sh @@ -44,6 +44,7 @@ apt-get update && apt-install-and-clear -y --no-install-recommends \ ninja-build \ parallel \ pkg-config \ + software-properties-common \ sudo \ unzip \ wget \
