Skip to content

Commit

Permalink
Add openssl1.1-compat
Browse files Browse the repository at this point in the history
  • Loading branch information
boris1993 committed Jan 24, 2023
1 parent 1758ae7 commit e9f7607
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ ENV BASE_PATH $BASE_PATH

ENV NEXT_TELEMETRY_DISABLED 1

RUN apk add --update --no-cache openssl1.1-compat
RUN yarn build-docker

# Production image, copy all the files and run next
Expand All @@ -32,6 +33,7 @@ ENV NEXT_TELEMETRY_DISABLED 1
RUN addgroup --system --gid 1001 nodejs
RUN adduser --system --uid 1001 nextjs

RUN apk add --update --no-cache openssl1.1-compat
RUN yarn add npm-run-all dotenv prisma

# You only need to copy next.config.js if you are NOT using the default configuration
Expand Down

0 comments on commit e9f7607

Please sign in to comment.