Clean apt

This commit is contained in:
Olusesan Ameye
2022-10-01 22:29:58 +00:00
parent 0483ab7587
commit cd5cff8280
+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 \