We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ceb17d8 commit feead2cCopy full SHA for feead2c
Base/Dockerfile
@@ -4,8 +4,8 @@ MAINTAINER Selenium <[email protected]>
4
#================================================
5
# Customize sources for apt-get
6
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
+RUN echo "deb http://archive.ubuntu.com/ubuntu wily main universe\n" > /etc/apt/sources.list \
+ && echo "deb http://archive.ubuntu.com/ubuntu wily-updates main universe\n" >> /etc/apt/sources.list
9
10
#========================
11
# Miscellaneous packages
0 commit comments