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 3b3418c commit 02b5a5eCopy full SHA for 02b5a5e
Dockerfile
@@ -1,9 +1,10 @@
1
-FROM ubuntu:quantal
+FROM ubuntu:trusty
2
MAINTAINER Fernando Mayo <[email protected]>
3
4
RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv C7917B12
5
RUN echo "deb http://ppa.launchpad.net/chris-lea/redis-server/ubuntu quantal main" >> /etc/apt/sources.list
6
-RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get -y upgrade && DEBIAN_FRONTEND=noninteractive apt-get install -y redis-server pwgen
+RUN apt-get update
7
+RUN DEBIAN_FRONTEND=noninteractive apt-get install -y redis-server pwgen
8
9
# Add scripts
10
ADD run.sh /run.sh
0 commit comments