Skip to content

Commit

Permalink
ci: test
Browse files Browse the repository at this point in the history
  • Loading branch information
besscroft committed Nov 27, 2024
1 parent 760a0d6 commit a4ef9ab
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
FROM node:20.18-alpine3.19

# Check https://github.com/nodejs/docker-node/tree/b4117f9333da4138b03a546ec926ef50a31506c3#nodealpine to understand why libc6-compat might be needed.
RUN apk add --no-cache libc6-compat
RUN apk add --no-cache openssl1.1-compat
RUN apk add --update --no-cache openssl1.1-compat libc6-compat

WORKDIR /app

Expand Down

0 comments on commit a4ef9ab

Please sign in to comment.