How to use Quarto with python:3.13.3-alpine image #12872
-
DescriptionHello Team, Trying to build a docker image with python:3.13.3-alpine and quarto 1.7.31 (https://github.com/quarto-dev/quarto-cli/releases/download/v1.7.31/quarto-1.7.31-linux-amd64.tar.gz) The build is successful but seeing the following error at runtime
Based on the searches it seems the deno requires glibc libraries and they do not come with alpine. Tried to install glibc on alpine but it failed with the following error-
Is there a workaround to build an image? Regards, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 21 replies
-
Unfortunately, there is no way to help you with only error messages which does not seem related to Quarto CLI at least the second one. Why not use the deb file? |
Beta Was this translation helpful? Give feedback.
Figured it out (in parallel to my work^^):