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
I am using the pandoc:extra alpine image to generate out several PDFs.
In the image, the python package panflute was used earlier with success.
Now, it appears that the package is no longer available inside the container: ModuleNotFoundError: No module named 'panflute'
I saw that the Dockerfile structure and creation received an overhaul. Could it be that this changed something to the baseline dependencies available in the image?