Skip to content

Commit

Permalink
fix docker build for arm arch
Browse files Browse the repository at this point in the history
  • Loading branch information
tom2drum committed Apr 4, 2024
1 parent b7f3aed commit 0530195
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
# *****************************
FROM node:20.11.0-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 python3 make g++
RUN ln -sf /usr/bin/python3 /usr/bin/python

### APP
# Install dependencies
Expand Down

0 comments on commit 0530195

Please sign in to comment.