We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I just tried the latest commit running with podman compose and I got the following error when uploading a document:
podman compose
Error: Command failed: execvp failed, errno = 2 (No such file or directory) gm identify: "gs" "-sstdout=%stderr" "-q" "-dBATCH" "-dSAFER" "-dMaxBitmap=50000000" "-dNOPAUSE" "-sDEVICE=ppmraw" "-dTextAlphaBits=4" "-dGraphicsAlphaBits=4" "-r72x72" "-sOutputFile=/tmp/gmn1ub2S" "--" "/tmp/gmxB0aXC" "-c" "quit". gm identify: Postscript delegate failed (/tmp/gmWHj01v). gm identify: Request did not return an image.
Is there a dependency missing in the Dockerfile?
The text was updated successfully, but these errors were encountered:
I think I resolved this by adding
RUN apk add -U ghostscript
to my Containerfile and rebuilding.
Sorry, something went wrong.
@sstratoti this worked for me
No branches or pull requests
I just tried the latest commit running with
podman compose
and I got the following error when uploading a document:Is there a dependency missing in the Dockerfile?
The text was updated successfully, but these errors were encountered: