File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed
Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change 1- FROM ubuntu:16 .04
1+ FROM ubuntu:18 .04
22
33# Install HTTPS transport for Ubuntu package sources.
44RUN apt-get update \
@@ -7,16 +7,13 @@ RUN apt-get update \
77
88# Add source for the latest Clang packages.
99COPY llvm-snapshot.gpg.key /tmp
10- RUN echo "deb https://apt.llvm.org/xenial / llvm-toolchain-xenial -6.0 main" > /etc/apt/sources.list.d/llvm.list \
10+ RUN echo "deb https://apt.llvm.org/bionic / llvm-toolchain-bionic -6.0 main" > /etc/apt/sources.list.d/llvm.list \
1111 && apt-key add /tmp/llvm-snapshot.gpg.key \
1212 && rm -f /tmp/llvm-snapshot.gpg.key
1313
1414# Add source for the latest Git packages.
1515RUN add-apt-repository ppa:git-core/ppa
1616
17- # Add source for the latest Mercurial packages.
18- RUN add-apt-repository ppa:mercurial-ppa/releases
19-
2017# Add source for the latest Neovim packages.
2118RUN add-apt-repository ppa:neovim-ppa/stable
2219
You can’t perform that action at this time.
0 commit comments