You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have been using in the docker file like this RUN apk add --no-cache wkhtmltopdf COPY --from=madnight/alpine-wkhtmltopdf-builder:0.12.5-alpine3.10-606718795 \ /bin/wkhtmltopdf /bin/wkhtmltopdf
However, today, we started getting this error on the build
ERROR: unable to select packages: wkhtmltopdf (no such package): required by: world[wkhtmltopdf]
I have tried
Hello,
We have been using in the docker file like this
RUN apk add --no-cache wkhtmltopdf COPY --from=madnight/alpine-wkhtmltopdf-builder:0.12.5-alpine3.10-606718795 \ /bin/wkhtmltopdf /bin/wkhtmltopdf
However, today, we started getting this error on the build
ERROR: unable to select packages: wkhtmltopdf (no such package): required by: world[wkhtmltopdf]
I have tried
madnight/alpine-wkhtmltopdf-builder:0.12.5-alpine3.10-866998106
from this link herenothing has worked.
Please suggest the fix
The text was updated successfully, but these errors were encountered: