diff options
author | Bin Yang <bin.yang@windriver.com> | 2019-03-06 09:01:07 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-03-06 09:01:07 +0000 |
commit | 6a8d7d0aced7499aa884facb7c698496d4775310 (patch) | |
tree | 1f59edfe82e993d1884e255fa4578deeb66b6802 | |
parent | 14456ed1c40e8f7358854d93822537d373c7996c (diff) | |
parent | 18d3de00bea9e90587354cc551429a84d97a8ed2 (diff) |
Merge "Modify M-Cloud lenovo thinkcloud Dockerfile"
-rw-r--r-- | lenovo/docker/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lenovo/docker/Dockerfile b/lenovo/docker/Dockerfile index e45dcd02..2a619128 100644 --- a/lenovo/docker/Dockerfile +++ b/lenovo/docker/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM python:2.7 +FROM python:2.7-slim ARG HTTP_PROXY=${HTTP_PROXY} ARG HTTPS_PROXY=${HTTPS_PROXY} |