Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F9345795
D2569.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
885 B
Subscribers
None
D2569.diff
View Options
diff --git a/base/Dockerfile b/base/Dockerfile
--- a/base/Dockerfile
+++ b/base/Dockerfile
@@ -13,6 +13,8 @@
wget --quiet -O /etc/apt/trusted.gpg.d/yarnpkg.asc https://dl.yarnpkg.com/debian/pubkey.gpg && \
echo deb https://artifacts.elastic.co/packages/7.x/apt stable main > /etc/apt/sources.list.d/elastic-7.x.list && \
wget --quiet -O /etc/apt/trusted.gpg.d/elastic.asc https://artifacts.elastic.co/GPG-KEY-elasticsearch && \
+ echo deb http://www.apache.org/dist/cassandra/debian 311x main > /etc/apt/sources.list.d/cassandra.list && \
+ wget --quiet -O /etc/apt/trusted.gpg.d/elastic.asc https://www.apache.org/dist/cassandra/KEYS && \
apt-get update && \
apt-get upgrade -y && \
apt-get install -y -t stretch-backports \
@@ -20,6 +22,7 @@
apt-get install -y \
arcanist \
build-essential \
+ cassandra \
curl \
jq \
libffi-dev \
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Jul 3, 3:31 PM (1 w, 1 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3222473
Attached To
D2569: Install Cassandra on base Docker image for Jenkins
Event Timeline
Log In to Comment