Fixed error in ci_stage_3.groovy file
[osm/devops.git] / docker / tests / Dockerfile
index 5ae1d3c..4a17bab 100644 (file)
@@ -30,7 +30,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get --yes update && \
     jq=1.5* \
     libcurl4-openssl-dev=7.58.* \
     libssl-dev=1.1.* && \
-    python3 -m easy_install pip==21.0.1
+    python3 -m easy_install pip==21.0.1 setuptools==51.0.0
 
 ARG OSM_TESTS_URL
 ARG PYTHON3_OSM_IM_URL
@@ -89,6 +89,9 @@ ENV K8S_CREDENTIALS=/root/.kube/config
 # Juju data folder
 ENV JUJU_DATA=/root/.local/share/juju
 
+# OSM RSA file
+ENV OSM_RSA_FILE=/root/osm_id_rsa
+
 ENV LC_ALL=C.UTF-8
 ENV LANG=C.UTF-8