mirror of
https://github.com/itzg/docker-minecraft-server
synced 2024-12-13 22:02:28 +00:00
[cass] Switch mirror URL to pair.com
This commit is contained in:
parent
9bb3628792
commit
dde4132d2c
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ MAINTAINER itzg
|
|||
|
||||
ENV CASSANDRA_VERSION 2.2.8
|
||||
|
||||
ADD http://mirrors.ibiblio.org/apache/cassandra/$CASSANDRA_VERSION/apache-cassandra-$CASSANDRA_VERSION-bin.tar.gz /tmp/apache-cassandra.tgz
|
||||
ADD http://apache.mirrors.pair.com/cassandra/$CASSANDRA_VERSION/apache-cassandra-$CASSANDRA_VERSION-bin.tar.gz /tmp/apache-cassandra.tgz
|
||||
RUN tar -C /opt -zxf /tmp/apache-cassandra.tgz && \
|
||||
rm /tmp/apache-cassandra.tgz
|
||||
|
||||
|
|
Loading…
Reference in a new issue