I am new at Strapi. I want to dockerize my own strapi project which is created by --quickstart. I followed your tutorial step by step. but when I try to build Dockerfile by docker build -t mystrapi:latest . command it trying to install with a few minutes and then the error message shows
=> ERROR [ 2/10] RUN apt-get update && apt-get install libvips-dev
I'm using Docker Desktop on Windows.

