aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/tools/dockerfile/clang_update.include
diff options
context:
space:
mode:
Diffstat (limited to 'templates/tools/dockerfile/clang_update.include')
-rw-r--r--templates/tools/dockerfile/clang_update.include2
1 files changed, 0 insertions, 2 deletions
diff --git a/templates/tools/dockerfile/clang_update.include b/templates/tools/dockerfile/clang_update.include
index 4f827c8dc2..279bb4cf6b 100644
--- a/templates/tools/dockerfile/clang_update.include
+++ b/templates/tools/dockerfile/clang_update.include
@@ -1,8 +1,6 @@
#=================
# Update clang to a version with improved tsan and fuzzing capabilities
-RUN apt-get update && apt-get -y install python cmake && apt-get clean
-
RUN git clone -n -b release_38 http://llvm.org/git/llvm.git && ${'\\'}
cd llvm && git checkout ad57503 && cd ..
RUN git clone -n -b release_38 http://llvm.org/git/clang.git && ${'\\'}