forked from leftypol/leftypol
Fix user and group creation for docker containers
This commit is contained in:
parent
57a6154287
commit
17820b31c4
3 changed files with 6 additions and 14 deletions
|
@ -36,7 +36,9 @@ RUN apt-get update && apt-get upgrade -y && apt-get install -y \
|
|||
&& pecl install -o -f igbinary \
|
||||
&& docker-php-ext-install gd zip opcache intl pdo pdo_mysql mysqli bcmath gettext iconv mbstring curl \
|
||||
&& docker-php-ext-enable igbinary redis imagick \
|
||||
&& useradd -MU leftypol \
|
||||
&& /code/docker/common-setup.sh \
|
||||
&& ln -s /code/composer.json /code/composer.lock /var/www-leftypol/ \
|
||||
&& cd /var/www-leftypol && composer install
|
||||
|
||||
# RUN /code/docker/common-setup.sh php
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue