-
Notifications
You must be signed in to change notification settings - Fork 3
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
[QUESTION] Install in Docker Image #3
Comments
Also wondering about this, did you find a solution @luigigorlero? |
Same here, it is also say it can't find the sharp module. |
here is a full log:
|
Update: I fixed it with this: FROM directus/directus:10.8.3
USER root
RUN corepack enable
RUN apk add --no-cache bash
USER node
RUN pnpm install directus-extension-editorjs
RUN pnpm install @pixielabs/directus-extension-blurhash Specifically adding this line here: RUN apk add --no-cache bash |
@KieronWiltshire do you have this working on 10.10.5? i'm starting to get the sharp errors again on this version. worked fine on 10.9.* |
Building a docker image (Dockerfile below) with the extension fails at the execution of the postinstall script
What would be the process here? Build the extension locally, exec in the container and run migrations?
The text was updated successfully, but these errors were encountered: