Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dockerfile add css selector work with alpine #1821

Closed
cyprienflx opened this issue Mar 5, 2018 · 3 comments
Closed

dockerfile add css selector work with alpine #1821

cyprienflx opened this issue Mar 5, 2018 · 3 comments
Milestone

Comments

@cyprienflx
Copy link

cyprienflx commented Mar 5, 2018

Hello,
Thanks for the dockerfile. But open selector don't work wtith your dockerfile.
I think you need had this package php7-xmlreader (alpine package) like this :

FROM alpine:3.7

RUN apk add --no-cache \
	apache2 php7-apache2 \
	php7 php7-curl php7-gmp php7-intl php7-mbstring php7-xml php7-xmlreader php7-zip \
	php7-ctype php7-dom php7-fileinfo php7-json php7-session \
	php7-pdo_sqlite \
	php7-pdo_mysql \
	php7-pdo_pgsql

ENV FRESHRSS_ROOT /var/www/FreshRSS
RUN mkdir -p ${FRESHRSS_ROOT} /run/apache2/
WORKDIR ${FRESHRSS_ROOT}

COPY . ${FRESHRSS_ROOT}
COPY ./Docker/*.Apache.conf /etc/apache2/conf.d/

EXPOSE 80
CMD php -f ./cli/prepare.php > /dev/null && \
	chown -R :www-data ${FRESHRSS_ROOT} && \
	chmod -R g+r ${FRESHRSS_ROOT} && chmod -R g+w ${FRESHRSS_ROOT}/data/ && \
	exec httpd -D FOREGROUND```
@Alkarex Alkarex added this to the 1.11.0 milestone Mar 5, 2018
@Alkarex
Copy link
Member

Alkarex commented Mar 5, 2018

Thanks for the feedback. Will do!

@Alkarex
Copy link
Member

Alkarex commented Mar 5, 2018

Related to #1819

Alkarex added a commit to Alkarex/FreshRSS that referenced this issue Mar 5, 2018
php7-iconv php7-xmlreader php7-zlib
FreshRSS#1821
@Alkarex
Copy link
Member

Alkarex commented Mar 5, 2018

Fixed in #1822 and in the :dev tag of https://hub.docker.com/r/freshrss/freshrss/

@Alkarex Alkarex closed this as completed Mar 5, 2018
@Alkarex Alkarex modified the milestones: 1.11.0, 1.10.2 Mar 5, 2018
Alkarex added a commit that referenced this issue Mar 9, 2018
Only a Docker fix for 1.10.x
#1819
#1821
#1822
javerous pushed a commit to javerous/FreshRSS that referenced this issue Jan 20, 2020
php7-iconv php7-xmlreader php7-zlib
FreshRSS#1821
javerous pushed a commit to javerous/FreshRSS that referenced this issue Jan 20, 2020
mdemoss pushed a commit to mdemoss/FreshRSS that referenced this issue Mar 25, 2021
php7-iconv php7-xmlreader php7-zlib
FreshRSS#1821
mdemoss pushed a commit to mdemoss/FreshRSS that referenced this issue Mar 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants