mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-27 11:41:09 -04:00
Update Dockerfile
Generation does not work due to: iconv(): Wrong charset, conversion from `UTF-8' to `UTF-8//IGNORE' is not allowed Installing the library gnu-libiconv will solve the problem
This commit is contained in:
@ -46,7 +46,10 @@ RUN touch database/database.sqlite && \
|
||||
chmod -R 775 storage/logs/ && \
|
||||
chmod -R 775 bootstrap/cache/
|
||||
|
||||
# Fix for https://github.com/bytefury/crater/issues/69
|
||||
RUN apk add --no-cache gnu-libiconv
|
||||
ENV LD_PRELOAD /usr/lib/preloadable_libiconv.so php
|
||||
|
||||
EXPOSE 9000
|
||||
|
||||
CMD ["php-fpm", "--nodaemonize"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user