This is an automated email from the ASF dual-hosted git repository.
sebb pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/attic-docker.git
The following commit(s) were added to refs/heads/main by this push:
new 4b5f1fd Useful to have vim
4b5f1fd is described below
commit 4b5f1fdf4ea4e6e4ca405bd337ecf58f67d92c6d
Author: Sebb <[email protected]>
AuthorDate: Wed Mar 26 13:00:22 2025 +0000
Useful to have vim
---
Dockerfile | 3 +++
1 file changed, 3 insertions(+)
diff --git a/Dockerfile b/Dockerfile
index e5fe3d3..6585b69 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -20,6 +20,9 @@ RUN a2enmod cgi && \
a2enmod headers && \
a2enmod rewrite
+RUN apt-get update && DEBIAN_FRONTEND='noninteractive' apt-get install -y \
+ vim
+
COPY config/000-default.conf /etc/apache2/sites-enabled/000-default.conf
COPY config/attic_filter.lua /etc/apache2/conf-enabled/attic_filter.lua