1#================= 2# C++ dependencies 3RUN apt-get update && apt-get -y install libc++-dev clang && apt-get clean 4