Skip to content

Commit feead2c

Browse files
committed
Updated the apt sources to use "wily" instead of "vivid".
1 parent ceb17d8 commit feead2c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Base/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ MAINTAINER Selenium <[email protected]>
44
#================================================
55
# Customize sources for apt-get
66
#================================================
7-
RUN echo "deb http://archive.ubuntu.com/ubuntu vivid main universe\n" > /etc/apt/sources.list \
8-
&& echo "deb http://archive.ubuntu.com/ubuntu vivid-updates main universe\n" >> /etc/apt/sources.list
7+
RUN echo "deb http://archive.ubuntu.com/ubuntu wily main universe\n" > /etc/apt/sources.list \
8+
&& echo "deb http://archive.ubuntu.com/ubuntu wily-updates main universe\n" >> /etc/apt/sources.list
99

1010
#========================
1111
# Miscellaneous packages

0 commit comments

Comments
 (0)