X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=mcp%2Fpatches%2Fdocker%2F0002-OPNFV-package-installation-Ubuntu-user.patch;h=e0526c577e13b4e2bba04712fcd126dc05192c34;hb=2dde16ca1276a4982602dd303c5cf6d6324daa6f;hp=a802bdcc88534d7d81f82e26b53bd12d1c034605;hpb=dcdd8063fc45ee3795d36e7e61874a4c716b1e6d;p=fuel.git diff --git a/mcp/patches/docker/0002-OPNFV-package-installation-Ubuntu-user.patch b/mcp/patches/docker/0002-OPNFV-package-installation-Ubuntu-user.patch index a802bdcc8..e0526c577 100644 --- a/mcp/patches/docker/0002-OPNFV-package-installation-Ubuntu-user.patch +++ b/mcp/patches/docker/0002-OPNFV-package-installation-Ubuntu-user.patch @@ -33,7 +33,7 @@ index 2c75586..d7d4c49 100644 ARG RECLASS_BASE="/srv/salt/reclass" ENV RECLASS_BASE $RECLASS_BASE - RUN echo "Layer python/salt module prerequisites, formulas" \ -+ RUN echo "Layer python/salt module prerequisites, formulas (25 Sep 2018)" \ ++ RUN echo "Layer python/salt module prerequisites, formulas (27 Sep 2018)" \ && mkdir -p /srv/salt \ && curl -sSqL https://raw.githubusercontent.com/salt-formulas/salt-formulas-scripts/master/formula-fetch.sh -o /srv/salt/formula-fetch.sh \ && bash -c 'source /srv/salt/formula-fetch.sh && setupPyEnv && fetchAll' \