Build image
All checks were successful
Build and Publish Docker Image / docker (push) Successful in 31s
All checks were successful
Build and Publish Docker Image / docker (push) Successful in 31s
Signed-off-by: Basil Bruhn <basil.bruhn@psi.ch>
This commit is contained in:
13
Dockerfile
Normal file
13
Dockerfile
Normal file
@@ -0,0 +1,13 @@
|
||||
FROM php:8.2-apache
|
||||
|
||||
# Install dependencies
|
||||
RUN apt-get update && apt-get install -y \
|
||||
bc \
|
||||
gawk \
|
||||
sed \
|
||||
bash \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
# Enable CGI module
|
||||
RUN a2enmod cgi rewrite
|
||||
|
||||
Reference in New Issue
Block a user