diff --git a/build/Linux/000-install-dependencies.sh b/build/Linux/000-install-dependencies.sh index 3d0d90f..5fdc4e5 100755 --- a/build/Linux/000-install-dependencies.sh +++ b/build/Linux/000-install-dependencies.sh @@ -31,13 +31,16 @@ apt-get -y update && DEBIAN_FRONTEND=noninteractive apt-get -y install \ zip apt-get install -y \ - clang \ - autoconf \ - automake \ - libtool \ - curl \ - wget \ - unzip \ - vim \ + lsb-release \ + software-properties-common \ + gnupg \ + autoconf \ + automake \ + libtool \ + curl \ + wget \ + unzip \ + vim \ rpl + clang --version