Adds the IM_VERSION and OSMCLIENT_VERSION arguments so that the
docker build uses them.
Change-Id: Ie7dfc6aba850b534d45ef7b997606a18ab1cf748
Signed-off-by: beierlm <mark.beierl@canonical.com>
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