diff --git a/Dockerfile b/Dockerfile index ce8a5e156..0de62de43 100644 --- a/Dockerfile +++ b/Dockerfile @@ -35,8 +35,9 @@ ENV NEXT_TELEMETRY_DISABLED 1 RUN addgroup --system --gid 1001 nodejs RUN adduser --system --uid 1001 nextjs + RUN set -x \ - && apk add --no-cache curl \ + && apk add --no-cache curl openssl1.1-compat \ && yarn add npm-run-all dotenv semver prisma@5.17.0 # You only need to copy next.config.js if you are NOT using the default configuration