diff options
author | David Garcia Quintas <dgq@google.com> | 2016-03-16 16:46:59 -0700 |
---|---|---|
committer | David Garcia Quintas <dgq@google.com> | 2016-03-16 16:46:59 -0700 |
commit | b84571840a590c7b543bb0514a389c9c80740bb6 (patch) | |
tree | f18cbc4f4d8bb7fa01ed9f64c279e71eaa9d2e1d /tools/distrib | |
parent | 91bd67cb337d8794f41b481c773203e72492272b (diff) |
moved apt-gets from .sh file to dockerfile for nanopb
Diffstat (limited to 'tools/distrib')
-rwxr-xr-x | tools/distrib/check_nanopb_output.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/distrib/check_nanopb_output.sh b/tools/distrib/check_nanopb_output.sh index 5f49ebb93e..51c4d75041 100755 --- a/tools/distrib/check_nanopb_output.sh +++ b/tools/distrib/check_nanopb_output.sh @@ -30,8 +30,6 @@ set -ex -apt-get install -y autoconf automake libtool curl python-virtualenv - readonly NANOPB_TMP_OUTPUT="$(mktemp -d)" # install protoc version 3 |