Home | History | Annotate | Download | only in dockerfile
      1 #=================
      2 # C++ dependencies
      3 RUN apt-get update && apt-get -y install libgflags-dev libgtest-dev libc++-dev clang && apt-get clean
      4