Ensure appropriate tools are installed on image.

PiperOrigin-RevId: 268608466
This commit is contained in:
Adin Scannell
2019-09-11 22:13:26 -07:00
parent 1e6bdd5855
commit 96a25e080c
+3
View File
@@ -16,6 +16,9 @@
source $(dirname $0)/common.sh
# Install required packages for make_repository.sh et al.
sudo apt-get update && sudo apt-get install -y dpkg-sig coreutils gpg apt-utils
# Build runsc.
runsc=$(build -c opt //runsc)