This is an automated email from the ASF dual-hosted git repository.
sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git
The following commit(s) were added to refs/heads/master by this push:
new 4cbcc93 += vim - for inspecting/updating container-only files
4cbcc93 is described below
commit 4cbcc939bc1a085cff0a44dd40ee460616c53e70
Author: Sebb <[email protected]>
AuthorDate: Mon Nov 25 10:30:24 2019 +0000
+= vim - for inspecting/updating container-only files
---
docker/Dockerfile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/docker/Dockerfile b/docker/Dockerfile
index b2afcd9..49331f3 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -49,6 +49,8 @@ RUN apt-get update && \
echo "ServerName whimsy.local" > /etc/apache2/conf-enabled/servername.conf
COPY work/whimsy.conf /etc/apache2/sites-enabled/000-default.conf
RUN echo 'SetEnv GEM_HOME /srv/gems' > /etc/apache2/conf-enabled/gemhome.conf
+# Add new items at the end so previous layers can be re-used
+RUN DEBIAN_FRONTEND='noninteractive' apt-get install -y vim
WORKDIR /srv/whimsy
EXPOSE 80