Skip to content
Snippets Groups Projects

[faas#35] faas-registry updated - calling firs user creating.

Merged [faas#35] faas-registry updated - calling firs user creating.
Merged Dariusz Janny requested to merge janny/faas-registry:master into master
7 files
+ 220
6
Compare changes
  • Side-by-side
  • Inline
Files
7
+ 5
2
@@ -9,9 +9,10 @@ RUN echo $FAAS_REGISTRY_NAME > /faas-docker-name
@@ -9,9 +9,10 @@ RUN echo $FAAS_REGISTRY_NAME > /faas-docker-name
RUN echo $FAAS_REGISTRY_VERSION > /faas-docker-version
RUN echo $FAAS_REGISTRY_VERSION > /faas-docker-version
RUN apt-get -q update && \
RUN apt-get -q update && \
apt-get install -y memcached apache2 python3-pip composer git mc wget gearman-tools gearman && \
apt-get install -y apache2 python3-pip composer gearman-tools gearman && \
 
apt-get install -y composer gearman gearman-tools python3-pip && \
apt-get install -y php php-common php7.4-opcache php-gd php-curl php-intl php-mbstring php-xmlrpc php-mysql php-soap php-bcmath php-zip php-memcached php-apcu php-cli php-xml php-gearman libapache2-mod-php && \
apt-get install -y php php-common php7.4-opcache php-gd php-curl php-intl php-mbstring php-xmlrpc php-mysql php-soap php-bcmath php-zip php-memcached php-apcu php-cli php-xml php-gearman libapache2-mod-php && \
apt-get install -y mariadb-client && \
apt-get install -y mariadb-client git mc memcached wget && \
apt-get -y autoremove && \
apt-get -y autoremove && \
apt-get -y clean
apt-get -y clean
@@ -54,4 +55,6 @@ COPY ./conf/etc/apache2/sites-available/000-default.conf /etc/apache2/sites-avai
@@ -54,4 +55,6 @@ COPY ./conf/etc/apache2/sites-available/000-default.conf /etc/apache2/sites-avai
COPY ./conf/etc/supervisord.conf /etc/supervisord.conf
COPY ./conf/etc/supervisord.conf /etc/supervisord.conf
COPY ./conf/etc/entrypoint /etc/entrypoint
COPY ./conf/etc/entrypoint /etc/entrypoint
 
COPY ./conf/etc/registry/application/controllers/CLISetup.php /opt/rr3/application/controllers/CLISetup.php
 
ENTRYPOINT ["/etc/entrypoint"]
ENTRYPOINT ["/etc/entrypoint"]
 
\ No newline at end of file
Loading