HADOOP-13342. ISAL download is breaking the Dockerfile

This commit is contained in:
Ravi Prakash 2016-07-05 11:11:34 -07:00
parent 8e672e3c71
commit 9560f252cf

View File

@ -63,14 +63,6 @@ RUN apt-get -q update && apt-get -q install --no-install-recommends -y \
snappy \
zlib1g-dev
######
# Install ISA-L library
######
RUN curl -s -S -L \
http://http.us.debian.org/debian/pool/main/libi/libisal/libisal2_2.15.0-2_amd64.deb \
-o /opt/libisal2_2.15.0-2_amd64.deb && \
dpkg -i /opt/libisal2_2.15.0-2_amd64.deb
#######
# Oracle Java
#######