Skip to content

Commit f0e1641

Browse files
committed
Merge pull request SeleniumHQ#199 from charford/update-apt-source-for-15.10
Updated the apt sources to use "wily" (15.10) instead of "vivid" (15.04).
2 parents 5df6fd5 + feead2c commit f0e1641

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)