File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 1+ ## 1.1.2 (release date: 2017-01-18)
2+
3+ * Added ` vim ` and ` nano ` to install
4+
15## 1.1.1 (release date: 2017-01-17)
26
37 * Patched ntpd so that invalid ` -s ` switch is removed
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ CMD ["/sbin/my_init"]
1010ENV DEBIAN_FRONTEND=noninteractive
1111
1212# Nginx-PHP Installation
13- RUN apt-get update -y && apt-get install -y wget build-essential python-software-properties git-core
13+ RUN apt-get update -y && apt-get install -y wget build-essential python-software-properties git-core vim nano
1414RUN wget -O - https://download.newrelic.com/548C16BF.gpg | apt-key add - && \
1515 echo "deb http://apt.newrelic.com/debian/ newrelic non-free" > /etc/apt/sources.list.d/newrelic.list
1616RUN apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 4F4EA0AAE5267A6C
You can’t perform that action at this time.
0 commit comments