Fix build 13/128113/1
authorMichaelMorris <michael.morris@est.tech>
Mon, 28 Mar 2022 09:01:21 +0000 (10:01 +0100)
committerMichaelMorris <michael.morris@est.tech>
Mon, 28 Mar 2022 10:15:31 +0000 (11:15 +0100)
Signed-off-by: MichaelMorris <michael.morris@est.tech>
Issue-ID: SDC-3929
Change-Id: I9fff00af2aa8c13ed9b6eebe3fde44ef751c878f

base_sdc-cassandra/Dockerfile
base_sdc-python/Dockerfile

index 8cb2370..6b853ca 100644 (file)
@@ -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 \
index 922b173..73f2e03 100644 (file)
@@ -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 \