diff options
author | Adin Scannell <ascannell@google.com> | 2019-09-11 22:29:07 -0700 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2019-09-11 22:30:28 -0700 |
commit | 69f2c41b7acc4b72df9fe5fad984e05f78bfe6cd (patch) | |
tree | 5a747b4ceb33f756ef5dc3ebea4d3b1bae164bf9 /scripts/build.sh | |
parent | 96a25e080c2b2e10e0d92b544f5830f85f8540e0 (diff) |
Drop unavailable package.
PiperOrigin-RevId: 268614014
Diffstat (limited to 'scripts/build.sh')
-rwxr-xr-x | scripts/build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build.sh b/scripts/build.sh index 1d2d2a6d6..4a1cf730c 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -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) |