HADOOP-13342. ISAL download is breaking the Dockerfile
This commit is contained in:
parent
8e672e3c71
commit
9560f252cf
@ -63,14 +63,6 @@ RUN apt-get -q update && apt-get -q install --no-install-recommends -y \
|
|||||||
snappy \
|
snappy \
|
||||||
zlib1g-dev
|
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
|
# Oracle Java
|
||||||
#######
|
#######
|
||||||
|
Loading…
x
Reference in New Issue
Block a user