aboutsummaryrefslogtreecommitdiff
path: root/utils/docker/example
diff options
context:
space:
mode:
authorIlya Biryukov <ibiryukov@google.com>2017-08-28 15:12:24 +0000
committerIlya Biryukov <ibiryukov@google.com>2017-08-28 15:12:24 +0000
commita6b4f0552f7de5f31966e251ce97abeaaef80d25 (patch)
tree26db025199f107b51b6fbbf5da10f0a841729f72 /utils/docker/example
parentdc57c3f759c2f42c9cfd6fa0712b350d46f36f09 (diff)
Changed Dockerfiles to install LLVM into /usr/local
Summary: Previously, the installation path was simply '/'. Using '/usr/local' would ensure that LLVM installation does not conflict with software installed via package managers. Reviewers: mehdi_amini, klimek Reviewed By: klimek Subscribers: llvm-commits Differential Revision: https://reviews.llvm.org/D37213 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@311890 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/docker/example')
-rw-r--r--utils/docker/example/release/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/docker/example/release/Dockerfile b/utils/docker/example/release/Dockerfile
index 5387dd082f7..b088ad885ac 100644
--- a/utils/docker/example/release/Dockerfile
+++ b/utils/docker/example/release/Dockerfile
@@ -21,4 +21,4 @@ LABEL maintainer "Maintainer <maintainer@email>"
# Unpack clang installation into this container.
# It is copied to this directory by build_docker_image.sh script.
-ADD clang.tar.gz /
+ADD clang.tar.gz /usr/local/