We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5b57f32 + d9b8578 commit 7862129Copy full SHA for 7862129
1 file changed
router/Dockerfile
@@ -2,7 +2,8 @@ FROM deis/base
2
MAINTAINER Gabriel Monroy <gabriel@opdemand.com>
3
4
# install nginx
5
-RUN apt-get install -yq python-software-properties
+RUN apt-get update && \
6
+ apt-get install -yq python-software-properties
7
RUN add-apt-repository ppa:chris-lea/redis-server -y
8
RUN add-apt-repository ppa:nginx/stable -y
9
RUN apt-get update
0 commit comments