summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichaelMorris <michael.morris@est.tech>2022-03-28 10:01:21 +0100
committerMichaelMorris <michael.morris@est.tech>2022-03-28 11:15:31 +0100
commit16555fd8c5d28d97407f00897915284a7af50a77 (patch)
tree886ee714c41f5c7db0fd0257c332708f33c83eae
parentc9359657f53742c7de54f60f7d45230f73155352 (diff)
Fix build
Signed-off-by: MichaelMorris <michael.morris@est.tech> Issue-ID: SDC-3929 Change-Id: I9fff00af2aa8c13ed9b6eebe3fde44ef751c878f
-rw-r--r--base_sdc-cassandra/Dockerfile3
-rw-r--r--base_sdc-python/Dockerfile2
2 files changed, 1 insertions, 4 deletions
diff --git a/base_sdc-cassandra/Dockerfile b/base_sdc-cassandra/Dockerfile
index 8cb2370..6b853ca 100644
--- a/base_sdc-cassandra/Dockerfile
+++ b/base_sdc-cassandra/Dockerfile
@@ -1,5 +1,4 @@
FROM cassandra:3.11.4
-
RUN mv /etc/apt/sources.list.d/cassandra.list /tmp && \
apt-get -o Acquire::Check-Valid-Until=false update && \
mv /tmp/cassandra.list /etc/apt/sources.list.d/cassandra.list
@@ -7,8 +6,6 @@ RUN apt-get -y --no-install-recommends install \
apt-transport-https \
curl \
wget && \
- wget -q -O - https://www.apache.org/dist/cassandra/KEYS | apt-key add - && \
- apt-get -o Acquire::Check-Valid-Until=false update && \
apt-get -y --no-install-recommends install \
perl \
python \
diff --git a/base_sdc-python/Dockerfile b/base_sdc-python/Dockerfile
index 922b173..73f2e03 100644
--- a/base_sdc-python/Dockerfile
+++ b/base_sdc-python/Dockerfile
@@ -12,7 +12,7 @@ RUN apk update && \
libcurl \
jq \
bash \
- ruby=2.7.3-r0 && \
+ ruby=2.7.5-r0 && \
apk add --no-cache --virtual .build-dependencies \
libressl-dev \
ruby-dev \