Use integration-java11 Dockerfile

Use onap/integration-java11:7.1.0 as a source for the images requiring JDK 11 in SDC

Issue-ID: SDC-3298
Change-Id: Ifee3d2942dcb9c078f2ebb686bdabc0ecca857b3
Signed-off-by: xuegao <xue.gao@intl.att.com>
diff --git a/openecomp-be/dist/sdc-onboard-db-init-docker/artifacts/Dockerfile b/openecomp-be/dist/sdc-onboard-db-init-docker/artifacts/Dockerfile
index 226654d..8408d2f 100644
--- a/openecomp-be/dist/sdc-onboard-db-init-docker/artifacts/Dockerfile
+++ b/openecomp-be/dist/sdc-onboard-db-init-docker/artifacts/Dockerfile
@@ -25,17 +25,14 @@
     libffi-dev \
     libxml2-dev && \
     gem install chef:13.8.5 berkshelf:6.3.1 io-console:0.4.6 etc webrick --no-document && \
-    apt-get update -y && \
+    apt-get update -y && apt-get remove bash -y --allow-remove-essential && \
     apt-get install -y binutils && apt-get clean && gem cleanup
 
 USER sdc
 
 COPY --chown=sdc:sdc init_keyspaces.cql /home/sdc/
-
 COPY --chown=sdc:sdc init_schemas.cql /home/sdc/
-
-COPY --chown=sdc:sdc alter_tables.cql /home/sdc/ 
-
+COPY --chown=sdc:sdc alter_tables.cql /home/sdc/
 COPY --chown=sdc:sdc startup.sh /home/sdc/ 
 
 RUN chmod 770 /home/sdc/startup.sh