Clean apt

This commit is contained in:
Olusesan Ameye
2022-10-01 22:33:49 +00:00
parent f1bf533d79
commit 3f806acc11
+1
View File
@@ -1,5 +1,6 @@
FROM php:7.4-apache
RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf
RUN apt-get clean
RUN apt-get update
RUN apt-get install -y \
git \