Fix broken build 92/123292/1
authorvasraz <vasyl.razinkov@est.tech>
Mon, 16 Aug 2021 12:45:06 +0000 (13:45 +0100)
committerVasyl Razinkov <vasyl.razinkov@est.tech>
Mon, 16 Aug 2021 22:59:04 +0000 (22:59 +0000)
Change-Id: If2bfe79cf3df43e4678fe1282b68753fa198d130
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech>
Issue-ID: SDC-3671

asdctool/sdc-cassandra-init/Dockerfile
openecomp-be/dist/sdc-onboard-db-init-docker/artifacts/Dockerfile

index e532100..33d8738 100644 (file)
@@ -10,7 +10,7 @@ RUN mkdir ~/.cassandra/ && \
     echo  'version=3.4.4' >> ~/.cassandra/cqlshrc
 USER root
 
-RUN apt-get update && apt-get install -y python-pip && \
+RUN apt-get update --allow-releaseinfo-change && apt-get install -y python-pip && \
     pip install cqlsh && \
     mkdir ~/.cassandra/ && \
     echo  '[cql]' > ~/.cassandra/cqlshrc  && \
index 05034e1..af87d3d 100644 (file)
@@ -10,7 +10,7 @@ RUN mkdir ~/.cassandra/ && \
     echo  'version=3.4.4' >> ~/.cassandra/cqlshrc
 USER root
 
-RUN apt-get update && apt-get install -y python-pip && \
+RUN apt-get update --allow-releaseinfo-change && apt-get install -y python-pip && \
     pip install cqlsh && \
     mkdir ~/.cassandra/ && \
     echo  '[cql]' > ~/.cassandra/cqlshrc  && \