Additional arguments
[osm/devops.git] / docker / tests / Dockerfile
index 1804a86..a3b4e26 100644 (file)
@@ -28,6 +28,8 @@ ARG RELEASE=ReleaseEIGHT-daily
 ARG REPOSITORY_KEY=OSM%20ETSI%20Release%20Key.gpg
 ARG REPOSITORY=testing
 ARG TESTS_VERSION
+ARG IM_VERSION
+ARG OSMCLIENT_VERSION
 
 RUN curl ${REPOSITORY_BASE}/${RELEASE}/${REPOSITORY_KEY} | apt-key add -
 RUN add-apt-repository -y "deb ${REPOSITORY_BASE}/${RELEASE} ${REPOSITORY} tests osmclient IM" && apt-get update