Update Dockerfile

This commit is contained in:
boo3 2024-09-30 01:27:06 +02:00
parent 91e6118e5e
commit dc76ff4cb9

View File

@ -1,5 +1,5 @@
# Use the official Apache image as the base
FROM httpd:2.4
FROM httpd
# Install required packages
RUN apt-get update && \