Hey guys, apologies for the new thread, but I am g...
# docker
k
Hey guys, apologies for the new thread, but I am getting the following error when trying to build the docker image for calcom. I updated the calcom submodule and since then the docker build is failing with this error. Failing locally as well. Any one else facing this and managed to resolve?
Copy code
#0 2.816  - Added @calcom/zoomvideo
#0 2.851  ERROR  Failed to encode pruned lockfile: Unable to find entry for tailwindcss@npm:3.3.1
#0 2.852 Turbo error: Failed to encode pruned lockfile: Unable to find entry for tailwindcss@npm:3.3.1
Ok it seems the yarn.lock file needs to be updated. I ran
yarn
again, which updated the yarn.lock file and now the turbo error is resolved
This also fixed the Vercel deployment error I was facing, and the build there has finally gone through