diff options
author | Edan Binshtok <eb578m@intl.att.com> | 2017-10-26 11:26:19 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-10-26 11:26:19 +0000 |
commit | 25cdb3dea8e221600f9796a6d817e66114afc0c7 (patch) | |
tree | c8c394f89c9c5e32c10e784f6bb177f9dcd6294f | |
parent | 57f3bdbad4df048f309bf7a00f03a7fa25127ce7 (diff) | |
parent | 1f53339198a9223541026e18057d7f0d827300f2 (diff) |
Merge "Add connection check"
-rwxr-xr-x | Dockerfile | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,4 +1,4 @@ -# ============LICENSE_START======================================================= +# ============LICENSE_START======================================================= # org.onap.vvp/gitlab # =================================================================== # Copyright © 2017 AT&T Intellectual Property. All rights reserved. @@ -47,7 +47,8 @@ RUN apt-get update -q \ apt-transport-https \ vim \ nano \ - patch + patch \ + curl # Copy assets COPY RELEASE / |