This commit is contained in:
		| @@ -4,7 +4,7 @@ COPY init/entrypoint.sh /usr/local/bin | |||||||
|  |  | ||||||
| RUN chmod +x /usr/local/bin/entrypoint.sh && \ | RUN chmod +x /usr/local/bin/entrypoint.sh && \ | ||||||
|     apt-get update && \ |     apt-get update && \ | ||||||
|     apt-get install \ |     apt-get install -y \ | ||||||
|       software-properties-common && \ |       software-properties-common && \ | ||||||
|     add-apt-repository ppa:ondrej/php && \ |     add-apt-repository ppa:ondrej/php && \ | ||||||
|     apt-get install -y \ |     apt-get install -y \ | ||||||
| @@ -21,7 +21,7 @@ RUN chmod +x /usr/local/bin/entrypoint.sh && \ | |||||||
|       php7.3-session \ |       php7.3-session \ | ||||||
|       php7.3-xmlrpc && \ |       php7.3-xmlrpc && \ | ||||||
|     rm -rf /var/lib/apt/lists/* && \ |     rm -rf /var/lib/apt/lists/* && \ | ||||||
|     apt-get remove \ |     apt-get remove -y \ | ||||||
|       software-properties-common && \ |       software-properties-common && \ | ||||||
|     apt-get autoremove -y && \ |     apt-get autoremove -y && \ | ||||||
|     # Enable PHP |     # Enable PHP | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user