Skip to content

Commit

Permalink
Server: fix build ARM64 images
Browse files Browse the repository at this point in the history
  • Loading branch information
redrathnure committed Jan 9, 2025
1 parent ea3b8b9 commit cfb1927
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile.server
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ FROM node:18 AS builder
RUN apt-get update \
&& apt-get install -y \
python3 tini \
# needed for node-canvas for ARM32 platform.
# See also https://github.com/Automattic/node-canvas/wiki/Installation:-Ubuntu-and-other-Debian-based-systems
libcairo2-dev libpango1.0-dev libjpeg-dev libgif-dev librsvg2-dev \
&& rm -rf /var/lib/apt/lists/*

# Enables Yarn
Expand Down

0 comments on commit cfb1927

Please sign in to comment.