Drop unavailable package.

PiperOrigin-RevId: 268614014
This commit is contained in:
Adin Scannell
2019-09-11 22:30:28 -07:00
committed by gVisor bot
parent 96a25e080c
commit 69f2c41b7a
+1 -1
View File
@@ -17,7 +17,7 @@
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
sudo apt-get update && sudo apt-get install -y dpkg-sig coreutils apt-utils
# Build runsc.
runsc=$(build -c opt //runsc)