Repository: hadoop Updated Branches: refs/heads/trunk 8e672e3c7 -> 9560f252c
HADOOP-13342. ISAL download is breaking the Dockerfile Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/9560f252 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/9560f252 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/9560f252 Branch: refs/heads/trunk Commit: 9560f252cf1f6ac0f029f92f85fa710c191c177d Parents: 8e672e3 Author: Ravi Prakash <[email protected]> Authored: Tue Jul 5 11:11:34 2016 -0700 Committer: Ravi Prakash <[email protected]> Committed: Tue Jul 5 11:11:34 2016 -0700 ---------------------------------------------------------------------- dev-support/docker/Dockerfile | 8 -------- 1 file changed, 8 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/9560f252/dev-support/docker/Dockerfile ---------------------------------------------------------------------- diff --git a/dev-support/docker/Dockerfile b/dev-support/docker/Dockerfile index 38dbc8a..5a7f85a 100644 --- a/dev-support/docker/Dockerfile +++ b/dev-support/docker/Dockerfile @@ -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 ####### --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
