I am creating a image and need to deploy it in docker container. I have dependency of Inkscape in my project for converting svg to png . I need to update my docker file as I need to add following command.
RUN APT-GET UPDATE && APT-GET INSTALL INKSCAPE 
I am using python:3.10 as base image link my base image . Will it support to install the above package or I need to change it . Chat Gpt is saying I need to change on the other hand bard.google.com is saying it will support ..
