Skip to content

Commit

Permalink
update link for older thrift version (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
vkreddy authored Nov 16, 2023
1 parent 64de1eb commit 79151d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thrift/Dockerfile
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ENV THRIFT_VERSION 0.13.0
RUN set -x && \
dependencies='wget automake bison flex g++ git libboost-all-dev libevent-dev libssl-dev libtool make pkg-config' && \
apt-get update --fix-missing && apt-get install --fix-broken -y --no-install-recommends $dependencies && \
wget --output-document /tmp/thrift-${THRIFT_VERSION}.tar.gz https://downloads.apache.org/thrift/${THRIFT_VERSION}/thrift-${THRIFT_VERSION}.tar.gz && \
wget --output-document /tmp/thrift-${THRIFT_VERSION}.tar.gz https://archive.apache.org/dist/thrift/${THRIFT_VERSION}/thrift-${THRIFT_VERSION}.tar.gz && \
[ $(md5sum /tmp/thrift-${THRIFT_VERSION}.tar.gz | cut -d' ' -f1) = $MD5_HASH ] && \
tar -xf /tmp/thrift-${THRIFT_VERSION}.tar.gz -C /tmp && \
rm /tmp/thrift-${THRIFT_VERSION}.tar.gz && \
Expand Down

0 comments on commit 79151d2

Please sign in to comment.