created passbolt home dir

This commit is contained in:
Diego Lendoiro 2018-01-16 12:06:05 +01:00
parent aaf8be3d1e
commit 63f22f84ba
1 changed files with 2 additions and 1 deletions

View File

@ -39,7 +39,8 @@ RUN apk add --no-cache $PHP_GNUPG_BUILD_DEPS \
&& curl -sS https://getcomposer.org/installer | php \ && curl -sS https://getcomposer.org/installer | php \
&& mv composer.phar /usr/local/bin/composer && mv composer.phar /usr/local/bin/composer
RUN curl -sSL $PASSBOLT_URL | tar zxf - -C /var/www/passbolt --strip-components 1 \ RUN mkdir -p /var/www/passbolt \
&& curl -sSL $PASSBOLT_URL | tar zxf - -C /var/www/passbolt --strip-components 1 \
&& cd /var/www/passbolt \ && cd /var/www/passbolt \
&& composer global require hirak/prestissimo \ && composer global require hirak/prestissimo \
&& composer install \ && composer install \