Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2cba3fcb authored by Israel Yago Pereira's avatar Israel Yago Pereira
Browse files

Make sure the files exist when building the image

parent 8a17e19e
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -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