File tree Expand file tree Collapse file tree 1 file changed +2
-16
lines changed
Expand file tree Collapse file tree 1 file changed +2
-16
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ From:ubuntu:18.04
77
88% labels
99Maintainer Emily Dolson
10- Version 0 .0.0
10+ Version 2 .0.0
1111
1212# ###############################################################################
1313# Copy any necessary files into the container
@@ -21,21 +21,7 @@ Version 0.0.0
2121# ###############################################################################
2222apt-get update
2323apt-get install -y software-properties-common
24-
25- apt-get install -y wget
26-
27- add-apt-repository -y ppa:ubuntu-toolchain-r/test
28- wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key | apt-key add -
29- apt-add-repository " deb https://apt.llvm.org/xenial/ llvm-toolchain-xenial-7 main"
30-
31- apt-get update -qq
32-
33- apt-get install -y -qq g++-8
34- update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-8 90
35- apt-get install -y cmake build-essential python-virtualenv python-pip nodejs tar gzip libclang-7-dev llvm-7 clang-7 libstdc++-7-dev gdb
36-
37- update-alternatives --install /usr/bin/clang++ clang++ /usr/bin/clang++-7 1000
38- update-alternatives --install /usr/bin/llvm-config llvm-config /usr/bin/llvm-config-7 1000
24+ apt install -y libclang-dev llvm-dev clang
3925
4026# ###############################################################################
4127# Run the user's login shell, or a user specified command
You can’t perform that action at this time.
0 commit comments