This commit is contained in:
Olusesan Ameye
2022-10-01 22:04:58 +00:00
parent 7d2e9e7ae7
commit 0483ab7587
-1
View File
@@ -1,6 +1,5 @@
FROM php:7.4-apache
RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf
RUN rm /var/lib/apt/lists/*_*
RUN apt-get update
RUN apt-get install -y \
git \