fix
This commit is contained in:
@@ -1,6 +1,5 @@
|
|||||||
FROM php:7.4-apache
|
FROM php:7.4-apache
|
||||||
RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf
|
RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf
|
||||||
RUN rm /var/lib/apt/lists/*_*
|
|
||||||
RUN apt-get update
|
RUN apt-get update
|
||||||
RUN apt-get install -y \
|
RUN apt-get install -y \
|
||||||
git \
|
git \
|
||||||
|
|||||||
Reference in New Issue
Block a user