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

Bug: missing packages for Grocy v.3.0.0 #112

Closed
jeauxlb opened this issue Jan 1, 2021 · 3 comments · Fixed by #114
Closed

Bug: missing packages for Grocy v.3.0.0 #112

jeauxlb opened this issue Jan 1, 2021 · 3 comments · Fixed by #114

Comments

@jeauxlb
Copy link

jeauxlb commented Jan 1, 2021

Hi,

To use LDAP and EXIF packages currently contained in Grocy v3.0.0, the docker image requires additional packages not currently installed during the build. The system dependencies statement should look like the following:

# Install system dependencies
RUN     apk add --no-cache \
            php7-ctype \
            php7-fpm \
            php7-fileinfo \
            php7-iconv \
            php7-json \
            php7-gd \
            php7-pdo_sqlite \
            php7-simplexml \
            php7-tokenizer \
            php7-ldap \
            php7-exif
@jayaddison
Copy link
Contributor

Thanks @jeauxlb! This should be resolved by #114; I'll merge that soon. It might be nice to wait for #111 to merge first so that we can test out an automated release process for this.

@jayaddison
Copy link
Contributor

@jeauxlb This should be solved in the latest tagged Docker Hub container images (grocy/grocy:v3.0.0-2) - let me know if & when you're able to confirm that; glad to investigate further if there are still problems.

@jeauxlb
Copy link
Author

jeauxlb commented Jan 2, 2021

Hi, confirming that the LDAP packages work, so assuming the EXIF stuff does too. Thanks for the quick update.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging a pull request may close this issue.

2 participants