Home | History | Annotate | Download | only in dockerfiles
      1 #!/bin/bash
      2 
      3 set -e
      4 
      5 apt-get install -y --allow-unauthenticated --no-install-recommends \
      6     clang-3.5 \
      7     clang-3.6 \
      8     clang-3.7 \
      9     g++-4.9 \
     10     g++-6 \
     11     python \
     12     clang-format
     13