Skip to content

Commit

Permalink
chore: Add gcompat package to Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
SevenWaysDP committed Jul 19, 2024
1 parent 8a91a34 commit 619173d
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
@@ -1,5 +1,7 @@
FROM docker.io/node:20-alpine

RUN apk add gcompat

ENV TZ=Europe/Berlin
RUN mkdir /app && chown -R node:node /app
WORKDIR /app
Expand Down

0 comments on commit 619173d

Please sign in to comment.