I am trying to use cypress/factory as my base image to build out our custom gitlab CI runner image but with NODE_VERSION=20.0.0. However, it seems specifying this version causes/requires openssl to be installed and that triggers an interactive dpkg prompt. I would like to overwrite and provide this apt-get option of --option=Dpkg::Options::=--force-confdef to default interactive answer to accept openssl install so that node-version 20.0.0 can be installed. Any recommendation how I can update the base dockerfile for cypress/factory at
https://hub.docker.com/r/cypress/factory ?