This commit is contained in:
JonatanRek
2024-10-05 22:17:23 +02:00
parent 74f0c2904d
commit 5a5fc5e840
+2
View File
@@ -1,6 +1,8 @@
# Use PHP with Apache as the base image # Use PHP with Apache as the base image
FROM python:latest FROM python:latest
ENV PYTHONUNBUFFERED=1
# Install Additional System Dependencies # Install Additional System Dependencies
RUN apt-get update && apt-get upgrade -y RUN apt-get update && apt-get upgrade -y
RUN apt-get install -y \ RUN apt-get install -y \