Repository: thrift
Updated Branches:
  refs/heads/master 9f71e00b0 -> 9a8d576c8


THRIFT-4141: fix haxe installation in docker build for debian, ubuntu

This closes #1225


Project: http://git-wip-us.apache.org/repos/asf/thrift/repo
Commit: http://git-wip-us.apache.org/repos/asf/thrift/commit/9a8d576c
Tree: http://git-wip-us.apache.org/repos/asf/thrift/tree/9a8d576c
Diff: http://git-wip-us.apache.org/repos/asf/thrift/diff/9a8d576c

Branch: refs/heads/master
Commit: 9a8d576c8828d25fc6fb2d5797402590b7edc737
Parents: 9f71e00
Author: James E. King, III <jk...@apache.org>
Authored: Mon Mar 27 15:39:00 2017 -0400
Committer: James E. King, III <jk...@apache.org>
Committed: Mon Mar 27 15:39:00 2017 -0400

----------------------------------------------------------------------
 build/docker/debian/Dockerfile | 2 +-
 build/docker/ubuntu/Dockerfile | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/thrift/blob/9a8d576c/build/docker/debian/Dockerfile
----------------------------------------------------------------------
diff --git a/build/docker/debian/Dockerfile b/build/docker/debian/Dockerfile
index 9a16951..155e0af 100644
--- a/build/docker/debian/Dockerfile
+++ b/build/docker/debian/Dockerfile
@@ -157,7 +157,7 @@ ENV PATH /usr/local/go/bin:$PATH
 
 # Haxe
 RUN mkdir -p /usr/lib/haxe && \
-    curl 
http://haxe.org/website-content/downloads/3.2.0/downloads/haxe-3.2.0-linux64.tar.gz
 | \
+    wget -O - 
https://github.com/HaxeFoundation/haxe/releases/download/3.2.1/haxe-3.2.1-linux64.tar.gz
 | \
     tar -C /usr/lib/haxe --strip-components=1 -xz && \
     ln -s /usr/lib/haxe/haxe /usr/bin/haxe && \
     ln -s /usr/lib/haxe/haxelib /usr/bin/haxelib && \

http://git-wip-us.apache.org/repos/asf/thrift/blob/9a8d576c/build/docker/ubuntu/Dockerfile
----------------------------------------------------------------------
diff --git a/build/docker/ubuntu/Dockerfile b/build/docker/ubuntu/Dockerfile
index b6cebb3..451087f 100644
--- a/build/docker/ubuntu/Dockerfile
+++ b/build/docker/ubuntu/Dockerfile
@@ -174,7 +174,7 @@ ENV PATH /usr/local/go/bin:$PATH
 
 # Haxe
 RUN mkdir -p /usr/lib/haxe && \
-    curl 
http://haxe.org/website-content/downloads/3.2.0/downloads/haxe-3.2.0-linux64.tar.gz
 | \
+    wget -O - 
https://github.com/HaxeFoundation/haxe/releases/download/3.2.1/haxe-3.2.1-linux64.tar.gz
 | \
     tar -C /usr/lib/haxe --strip-components=1 -xz && \
     ln -s /usr/lib/haxe/haxe /usr/bin/haxe && \
     ln -s /usr/lib/haxe/haxelib /usr/bin/haxelib && \

Reply via email to