File tree 2 files changed +5
-1
lines changed
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
+
1
5
## 1.1.1 (release date: 2017-01-17)
2
6
3
7
* 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"]
10
10
ENV DEBIAN_FRONTEND=noninteractive
11
11
12
12
# 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
14
14
RUN wget -O - https://download.newrelic.com/548C16BF.gpg | apt-key add - && \
15
15
echo "deb http://apt.newrelic.com/debian/ newrelic non-free" > /etc/apt/sources.list.d/newrelic.list
16
16
RUN apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 4F4EA0AAE5267A6C
You can’t perform that action at this time.
0 commit comments