aboutsummaryrefslogtreecommitdiffstats
path: root/deployments
diff options
context:
space:
mode:
authorVictor Morales <victor.morales@intel.com>2018-10-19 04:08:48 +0000
committerGerrit Code Review <gerrit@onap.org>2018-10-19 04:08:48 +0000
commit85e4695525871532679a80fe1c85455731f80f1f (patch)
tree3efc7cb8f1ac204f7f33b1dc25977cfaef51f74d /deployments
parenta0717d420a2824347e5bcc673f368756fdceccd6 (diff)
parent1e63999fa28988282cb636fa230ae263c8a93c8f (diff)
Merge "Add License headers"
Diffstat (limited to 'deployments')
-rw-r--r--deployments/Dockerfile9
1 files changed, 9 insertions, 0 deletions
diff --git a/deployments/Dockerfile b/deployments/Dockerfile
index 407af509..65c44b8c 100644
--- a/deployments/Dockerfile
+++ b/deployments/Dockerfile
@@ -1,3 +1,12 @@
+# SPDX-license-identifier: Apache-2.0
+##############################################################################
+# Copyright (c) 2018
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Apache License, Version 2.0
+# which accompanies this distribution, and is available at
+# http://www.apache.org/licenses/LICENSE-2.0
+##############################################################################
+
FROM debian:jessie
ARG HTTP_PROXY=${HTTP_PROXY}