[store-web] Drop custom entrypoint



commit 3f6278b65586fa9df0a5f65a2fd3366ea014b38e
Author: Bartłomiej Piotrowski <bpiotrowski gnome org>
Date:   Tue Dec 29 10:25:22 2020 +0100

    Drop custom entrypoint

 Dockerfile |  7 -------
 entrypoint | 13 -------------
 2 files changed, 20 deletions(-)
---
diff --git a/Dockerfile b/Dockerfile
index 8e67a42..a30478c 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -11,10 +11,6 @@ RUN apt-get update && apt-get install -y libldap-2.4-2 libldap2-dev && \
 ADD ipa-ca.crt /etc/ipa-ca.crt
 ADD ldap.conf /etc/ldap/ldap.conf
 
-RUN curl -O https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar && \
-    chmod +x wp-cli.phar && \
-    mv wp-cli.phar /usr/local/bin/wp
-
 RUN echo no | pecl install apcu && \
     docker-php-ext-enable apcu && \
     echo 'apc.enable=1' > /usr/local/etc/php/conf.d/docker-php-ext-apcu.ini
@@ -24,6 +20,3 @@ RUN yes no | pecl install redis && \
 
 ADD php.ini /usr/local/etc/php/conf.d/wordpress.ini
 RUN sed -i 's/pm.max_children =.*/pm.max_children = 8/' /usr/local/etc/php-fpm.d/www.conf
-
-ADD entrypoint /entrypoint
-ENTRYPOINT ["/entrypoint"]


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]