YARN-10882. Fix branch-3.1 build: zstd library is missing from the Dockerfile (#3297)

Co-authored-by: Tamas Domok <tdomok@cloudera.com>
This commit is contained in:
Tamas Domok 2021-08-11 18:29:00 +02:00 committed by GitHub
parent ac30549b06
commit f7ac747b6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -66,6 +66,7 @@ RUN apt-get -q update \
libssl-dev \
libsnappy-dev \
libtool \
libzstd1-dev \
locales \
make \
pinentry-curses \