Sascha Foerster
12/08/2022, 10:29 PMDOCKER_BUILDKIT=0 docker compose build calcom
Sending build context to Docker daemon 63.2MB
Step 1/33 : FROM node:16 as builder
---> 993a4cf9c1e8
Step 2/33 : WORKDIR /calcom
---> Using cache
---> 1d444e319753
Step 3/33 : ARG NEXT_PUBLIC_LICENSE_CONSENT
---> Using cache
---> 38eca7152437
Step 4/33 : ARG CALCOM_TELEMETRY_DISABLED
---> Using cache
---> 1e7629e0bde0
Step 5/33 : ARG DATABASE_URL
---> Using cache
---> ae07c71a6c20
Step 6/33 : ARG NEXTAUTH_SECRET=secret
---> Using cache
---> c22575282e67
Step 7/33 : ARG CALENDSO_ENCRYPTION_KEY=secret
---> Using cache
---> 22d31813fe55
Step 8/33 : ARG MAX_OLD_SPACE_SIZE=4096
---> Using cache
---> d5115c6f5ae2
Step 9/33 : ENV NEXT_PUBLIC_WEBAPP_URL=<http://NEXT_PUBLIC_WEBAPP_URL_PLACEHOLDER> NEXT_PUBLIC_LICENSE_CONSENT=$NEXT_PUBLIC_LICENSE_CONSENT CALCOM_TELEMETRY_DISABLED=$CALCOM_TELEMETRY_DISABLED DATABASE_URL=$DATABASE_URL NEXTAUTH_SECRET=${NEXTAUTH_SECRET} CALENDSO_ENCRYPTION_KEY=${CALENDSO_ENCRYPTION_KEY} NODE_OPTIONS=--max-old-space-size=${MAX_OLD_SPACE_SIZE}
---> Using cache
---> 679b3632149b
Step 10/33 : COPY calcom/package.json calcom/yarn.lock calcom/turbo.json ./
---> 39cf2f326a77
Step 11/33 : COPY calcom/apps/web ./apps/web
---> c2baf134c01b
Step 12/33 : COPY calcom/packages ./packages
---> a30e0d30a2b1
Step 13/33 : RUN yarn global add turbo && yarn config set network-timeout 1000000000 -g && turbo prune --scope=@calcom/web --docker && yarn install
---> Running in f64f19b8eaf6
yarn global v1.22.19
[1/4] Resolving packages...
[2/4] Fetching packages...
[3/4] Linking dependencies...
[4/4] Building fresh packages...
success Installed "turbo@1.6.3" with binaries:
- turbo
Done in 5.85s.
yarn config v1.22.19
success Set "network-timeout" to "1000000000".
Done in 0.06s.
Generating pruned monorepo for @calcom/web in /calcom/out
- Added @calcom/web
- Added @calcom/dayjs
- Added @calcom/trpc
- Added @calcom/zoomvideo
- Added @calcom/office365video
- Added @calcom/app-store-cli
- Added @calcom/ui
- Added @calcom/embed-snippet
- Added @calcom/dailyvideo
- Added @calcom/tsconfig
- Added @calcom/lib
- Added @calcom/core
- Added @calcom/app-store
- Added @calcom/prisma
- Added @calcom/embed-core
- Added @calcom/features
- Added @calcom/types
- Added @calcom/config
- Added @calcom/eslint-plugin-eslint
- Added @calcom/embed-react
yarn install v1.22.19
[1/5] Validating package.json...
[2/5] Resolving packages...
warning Resolution field "@types/node@16.9.1" is incompatible with requested version "@types/node@^12.12.6"
warning Resolution field "@types/node@16.9.1" is incompatible with requested version "@types/node@^12.12.6"
warning Resolution field "@types/node@16.9.1" is incompatible with requested version "@types/node@^12.12.6"
warning Resolution field "@types/node@16.9.1" is incompatible with requested version "@types/node@^12.12.54"
[3/5] Fetching packages...