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 773fd03d Needed for acreq.erb
773fd03d is described below
commit 773fd03d3df5730722b9f5abf56584edb53a501d
Author: Sebb <[email protected]>
AuthorDate: Sat Feb 3 22:59:29 2024 +0000
Needed for acreq.erb
---
Dockerfile | 3 +++
1 file changed, 3 insertions(+)
diff --git a/Dockerfile b/Dockerfile
index b46b4500..4bb662c6 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -102,6 +102,9 @@ RUN DEBIAN_FRONTEND='noninteractive' apt-get install -y \
lua5.2 && \
a2enmod lua
+# For /usr/bin/host (used in acreq.erb)
+RUN DEBIAN_FRONTEND='noninteractive' apt-get install -y host
+
WORKDIR /srv/whimsy
RUN git config --global --add safe.directory /srv/whimsy
EXPOSE 80