Loading Dockerfile +4 −1 Original line number Diff line number Diff line Loading @@ -42,3 +42,6 @@ RUN apt-get remove -y git unzip RUN rm -rf /var/lib/apt/lists/* && rm /usr/bin/composer RUN chown -R www-data:www-data /var/www/html/vendor/ /var/www/html/composer.lock /var/www/html/composer.json RUN pecl install yaml && echo "extension=yaml.so" > /usr/local/etc/php/conf.d/ext-yaml.ini RUN mkdir /var/accounts/ RUN touch /var/accounts/auth.file /var/accounts/auth.file.done RUN chown -R www-data:www-data /var/accounts No newline at end of file Loading
Dockerfile +4 −1 Original line number Diff line number Diff line Loading @@ -42,3 +42,6 @@ RUN apt-get remove -y git unzip RUN rm -rf /var/lib/apt/lists/* && rm /usr/bin/composer RUN chown -R www-data:www-data /var/www/html/vendor/ /var/www/html/composer.lock /var/www/html/composer.json RUN pecl install yaml && echo "extension=yaml.so" > /usr/local/etc/php/conf.d/ext-yaml.ini RUN mkdir /var/accounts/ RUN touch /var/accounts/auth.file /var/accounts/auth.file.done RUN chown -R www-data:www-data /var/accounts No newline at end of file