unstppbl
unstppbl
`docker build .` cmd output: ```bash Sending build context to Docker daemon 2.37MB Step 1/12 : FROM ubuntu:16.04 ---> 4a689991aa24 Step 2/12 : MAINTAINER Adam Trask ”[email protected]” ---> Using cache...
I get following errors when trying to build an image with dockerfile, the command is `go get yarascanner` ```bash src/github.com/hillu/go-yara/compiler_yara37.go:87:3: could not determine kind of name for C.YR_COMPILER_INCLUDE_CALLBACK_FUNC src/github.com/hillu/go-yara/compiler_yara37.go:88:3: could...
Why would I receive `failed to generate the result PDF` error? Running gotenberg in docker-compose, and sending pdf generation request from other service like so: ```golang index, err := gotenberg.NewDocumentFromPath(filename,...