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:
parent
ac30549b06
commit
f7ac747b6a
|
@ -66,6 +66,7 @@ RUN apt-get -q update \
|
||||||
libssl-dev \
|
libssl-dev \
|
||||||
libsnappy-dev \
|
libsnappy-dev \
|
||||||
libtool \
|
libtool \
|
||||||
|
libzstd1-dev \
|
||||||
locales \
|
locales \
|
||||||
make \
|
make \
|
||||||
pinentry-curses \
|
pinentry-curses \
|
||||||
|
|
Loading…
Reference in New Issue