-
Notifications
You must be signed in to change notification settings - Fork 240
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
podman-compose (docker-compose) fails on sqlite3-binding error #364
Comments
RUN sed -i 's/go-sqlite3 v1[.]14[.]16/go-sqlite3 v1.14.22/g' /tmp/acme-dns/go.mod Here's what I added to the Dockerfile to update go.mod/go.sum to use the newer version you linked. |
Thanks for the help as the build now runs cleanly and to completion. I had to modify what you provided as the last sed substitution didn't work since there were forward slashes in the hash value. For anyone else that hits this, add the following lines in the Docker file before the
|
Looks like github did the same thing again when pasting, just escape your forward slashes with backslashes. |
I'm trying to build using podman-compose but it fails on a sqlite3-binding library error (see below). I found a similar issue with the library and the author provided a work around (using v1.14.22 of the library). I've looked a few different ways to specify the version to get this to building cleaning but I don't have the background to resolve this.
I've also tried tried
podman build .
with the same results.I'm hoping someone can provide guidance on how to build this cleanly.
The text was updated successfully, but these errors were encountered: