File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,8 @@ RUN apt-get update -qq && DEBIAN_FRONTEND="noninteractive" apt-get install -qq \
1717 ninja-build \
1818 flex \
1919 bison \
20+ libgsasl7 \
21+ libkrb5-3 \
2022 && apt-get clean -qq
2123
2224RUN wget https://www.python.org/ftp/python/2.7.18/Python-2.7.18.tgz
@@ -29,6 +31,10 @@ RUN apt-get install -y g++-11
2931RUN ln -s /usr/bin/g++-11 /usr/bin/g++
3032RUN g++ --version
3133
34+ RUN apt-get install -y libc-client-dev libkrb5-dev
35+ RUN apt-get install -y libc-client-dev libgsasl7-dev
36+ RUN apt-get install -y libc-client-dev uuid-dev
37+
3238ADD ./entrypoint-build.sh /entrypoint.sh
3339
3440ENTRYPOINT ["/entrypoint.sh"]
Original file line number Diff line number Diff line change 3434 " lz4" ,
3535 " fastlz" ,
3636 " brotli" ,
37+ " libuuid" ,
38+ " libhdfs3" ,
3739 {
3840 "name" : " libiconv" ,
3941 "platform" : " osx"
You can’t perform that action at this time.
0 commit comments