shellshock
This commit is contained in:
parent
012cd269d7
commit
6374c8419e
1 changed files with 3 additions and 0 deletions
|
@ -1,6 +1,9 @@
|
|||
FROM ubuntu:14.04
|
||||
MAINTAINER Jason Wilder jwilder@litl.com
|
||||
|
||||
RUN apt-get -y update
|
||||
RUN apt-get -y install bash
|
||||
|
||||
# Install Nginx.
|
||||
RUN echo "deb http://ppa.launchpad.net/nginx/stable/ubuntu trusty main" > /etc/apt/sources.list.d/nginx-stable-trusty.list
|
||||
RUN echo "deb-src http://ppa.launchpad.net/nginx/stable/ubuntu trusty main" >> /etc/apt/sources.list.d/nginx-stable-trusty.list
|
||||
|
|
Loading…
Reference in a new issue