We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b57f32 commit d9b8578Copy full SHA for d9b8578
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