Skip to content

Commit 04b74ed

Browse files
committed
Upgrade to Ubuntu 18.04 bionic
1 parent 19dc8e6 commit 04b74ed

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

ubuntu-dev/ubuntu-dev.dockerfile

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ubuntu:16.04
1+
FROM ubuntu:18.04
22

33
# Install HTTPS transport for Ubuntu package sources.
44
RUN apt-get update \
@@ -7,16 +7,13 @@ RUN apt-get update \
77

88
# Add source for the latest Clang packages.
99
COPY 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.
1515
RUN 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.
2118
RUN add-apt-repository ppa:neovim-ppa/stable
2219

0 commit comments

Comments
 (0)