diff --git a/Dockerfile b/Dockerfile index c8a5b7a4c..026b54b2e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -66,6 +66,10 @@ RUN scripts/replace-placeholder.sh http://NEXT_PUBLIC_WEBAPP_URL_PLACEHOLDER ${N FROM node:18 as runner +RUN apt-get update \ + && apt-get install -y netcat-openbsd \ + && apt-get clean \ + && rm -rf /var/lib/apt/lists/* WORKDIR /calcom COPY --from=builder-two /calcom ./