Fix
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
# Use PHP with Apache as the base image
|
||||
FROM python:latest
|
||||
|
||||
ENV PYTHONUNBUFFERED=1
|
||||
|
||||
# Install Additional System Dependencies
|
||||
RUN apt-get update && apt-get upgrade -y
|
||||
RUN apt-get install -y \
|
||||
|
||||
Reference in New Issue
Block a user