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     g++-7 \
      7     g++-8 \
      8     clang-6.0 \
      9     clang-7 \
     10     python \
     11     python3-sh \
     12     python3-typed-ast \
     13     clang-format
     14