Skip to content

Commit 53022f7

Browse files
committed
Merge branch 'release/1.1.2'
2 parents f418dcd + 2ef575d commit 53022f7

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Diff for: Changelog.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
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

Diff for: Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ CMD ["/sbin/my_init"]
1010
ENV 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
1414
RUN 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
1616
RUN apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 4F4EA0AAE5267A6C

0 commit comments

Comments
 (0)