Feat. Add FluxCD CLI in tests Dockerfile
Change-Id: Iad1939fa20d8b2e825ea0067f7726ec0248e449a
Signed-off-by: caviedesj <juancamilo.caviedesvalencia.ext@telefonica.com>
diff --git a/Dockerfile.production b/Dockerfile.production
index dcc1b84..4f8b516 100644
--- a/Dockerfile.production
+++ b/Dockerfile.production
@@ -80,6 +80,10 @@
# Copy vCluster configuration
COPY configs/vcluster.yaml /etc/vcluster.yaml
+# Add FluxCD CLI Client
+ENV FLUX_CLI_VERSION="2.4.0"
+RUN curl -s https://fluxcd.io/install.sh | FLUX_VERSION=${FLUX_CLI_VERSION} bash
+
ARG IM_GERRIT_REFSPEC=master
RUN git clone --filter=blob:none --tags https://osm.etsi.org/gerrit/osm/IM.git /tmp/osm-im && \
cd /tmp/osm-im && \