Skip to content

Commit

Permalink
chore: add gcompat to image
Browse files Browse the repository at this point in the history
  • Loading branch information
openscript committed Nov 4, 2024
1 parent 70cfe7c commit a433b31
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/gentle-poets-wait.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@quassel/backend": patch
---

Add gcompat to image
1 change: 0 additions & 1 deletion .github/workflows/ci-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
push:
branches:
- main
- changeset-release/main
pull_request:
types:
- opened
Expand Down
2 changes: 1 addition & 1 deletion apps/backend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Install dependencies only when needed
FROM docker.io/node:lts-alpine AS deps
# 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 libc6-compat gcompat
WORKDIR /usr/src/app
COPY package*.json ./
RUN npm install --omit=dev
Expand Down

0 comments on commit a433b31

Please sign in to comment.