add perl
All checks were successful
Build and Publish Docker Image / docker (push) Successful in 35s

Signed-off-by: Basil Bruhn <basil.bruhn@psi.ch>
This commit is contained in:
2025-11-24 10:25:48 +01:00
parent 289c3f9f2e
commit a766116a05

View File

@@ -6,6 +6,8 @@ RUN apt-get update && apt-get install -y \
gawk \ gawk \
sed \ sed \
bash \ bash \
perl \
libcgi-pm-perl \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*
# Enable CGI module # Enable CGI module