diff options
author | yangyan <yangyanyj@chinamobile.com> | 2018-03-26 18:04:54 +0800 |
---|---|---|
committer | yangyan <yangyanyj@chinamobile.com> | 2018-03-26 18:05:50 +0800 |
commit | 38cc8e2f0716227c40bd6365aec995ba23d2eb68 (patch) | |
tree | 299b8f1de4e3f7e6d872e5e82588518422736667 | |
parent | c61bec5c99f3c42713d79cf9cf94fb17f9df88a6 (diff) |
Update dockerfile
Issue-ID: VFC-850
Change-Id: Ib5df83ef1a3663a8e9641c6c5f948dece0c22ce9
Signed-off-by: yangyan <yangyanyj@chinamobile.com>
-rwxr-xr-x | docker/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile index 28b259c9..ec325137 100755 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -30,7 +30,7 @@ ADD . /service WORKDIR /service # get binary zip from nexus - vfc-nfvo-lcm -RUN wget -q -O vfc-nfvo-lcm.zip 'https://nexus.onap.org/service/local/artifact/maven/redirect?r=staging&g=org.onap.vfc.nfvo.lcm&a=vfc-nfvo-lcm&v=LATEST&e=zip' && \ +RUN wget -q -O vfc-nfvo-lcm.zip 'https://nexus.onap.org/service/local/artifact/maven/redirect?r=snapshots&g=org.onap.vfc.nfvo.lcm&a=vfc-nfvo-lcm&v=LATEST&e=zip' && \ unzip vfc-nfvo-lcm.zip && \ rm -rf vfc-nfvo-lcm.zip |