diff --git a/Dockerfile b/Dockerfile index ffcdf5c..9e82017 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ FROM debian:bullseye-slim # Install necessary packages RUN apt-get update && \ - apt-get install -y apache2 && \ + apt-get install -y apache2 php && \ rm -rf /var/lib/apt/lists/* # Create a directory to mount the SMB share diff --git a/build.sh b/build.sh new file mode 100755 index 0000000..c8ce2bd --- /dev/null +++ b/build.sh @@ -0,0 +1 @@ +docker build -t apache-index /opt/containers/apache-index/.