Skip to content
This repository was archived by the owner on Nov 17, 2020. It is now read-only.

Commit 2b8ad66

Browse files
Lekensteyncrondaemon
authored andcommitted
Add clang-8, remove unused LLVM apt repos
clang-5.0 and clang-6.0 are provided by Ubuntu. Additionally, remove the development branch repo because we do not install Clang from trunk.
1 parent b142652 commit 2b8ad66

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@ FROM ubuntu:18.04
22
ADD https://raw.githubusercontent.com/wireshark/wireshark/master/tools/debian-setup.sh /
33
RUN apt update \
44
&& apt install gnupg apt-utils -y \
5-
&& echo "deb http://apt.llvm.org/bionic/ llvm-toolchain-bionic main" > /etc/apt/sources.list.d/clang.list \
6-
&& echo "deb http://apt.llvm.org/bionic/ llvm-toolchain-bionic-6.0 main" > /etc/apt/sources.list.d/clang6.list \
75
&& echo "deb http://apt.llvm.org/bionic/ llvm-toolchain-bionic-7 main" > /etc/apt/sources.list.d/clang7.list \
6+
&& echo "deb http://apt.llvm.org/bionic/ llvm-toolchain-bionic-8 main" > /etc/apt/sources.list.d/clang8.list \
87
&& apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 6084F3CF814B57C1CF12EFD515CF4D18AF4F7421 \
98
&& apt update \
109
&& apt upgrade -y \
@@ -18,4 +17,5 @@ RUN apt update \
1817
clang-5.0 \
1918
clang-6.0 \
2019
clang-7 \
20+
clang-8 \
2121
&& rm -rf /var/lib/apt/lists/

0 commit comments

Comments
 (0)