update remote aug 2025
This commit is contained in:
@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user