mirror of
https://github.com/itzg/docker-minecraft-server
synced 2025-03-04 15:17:17 +00:00
[cass] Upgraded to 2.1.8
This commit is contained in:
parent
64b428f920
commit
b5abb012db
1 changed files with 2 additions and 6 deletions
6
cassandra/Dockerfile
Normal file → Executable file
6
cassandra/Dockerfile
Normal file → Executable file
|
@ -2,11 +2,7 @@ FROM itzg/ubuntu-openjdk-7
|
|||
|
||||
MAINTAINER itzg
|
||||
|
||||
RUN apt-get update && \
|
||||
DEBIAN_FRONTEND=noninteractive apt-get install -y wget && \
|
||||
apt-get clean
|
||||
|
||||
ENV CASSANDRA_VERSION 2.0.15
|
||||
ENV CASSANDRA_VERSION 2.1.8
|
||||
|
||||
RUN wget -qO /tmp/apache-cassandra.tgz http://mirrors.ibiblio.org/apache/cassandra/$CASSANDRA_VERSION/apache-cassandra-$CASSANDRA_VERSION-bin.tar.gz
|
||||
RUN tar -C /opt -zxvf /tmp/apache-cassandra.tgz && \
|
||||
|
|
Loading…
Add table
Reference in a new issue