update remote aug 2025

This commit is contained in:
2025-08-25 05:46:42 -07:00
parent 733caf17d6
commit 622d85534d
2 changed files with 2 additions and 1 deletions

View File

@ -3,7 +3,7 @@ FROM debian:bullseye-slim
# Install necessary packages # Install necessary packages
RUN apt-get update && \ RUN apt-get update && \
apt-get install -y apache2 && \ apt-get install -y apache2 php && \
rm -rf /var/lib/apt/lists/* rm -rf /var/lib/apt/lists/*
# Create a directory to mount the SMB share # Create a directory to mount the SMB share

1
build.sh Executable file
View File

@ -0,0 +1 @@
docker build -t apache-index /opt/containers/apache-index/.