Closed wurlog closed 1 year ago
When I build the container with
sudo docker-compose up -d
it stops at
Step 7/17 : RUN npm install --unsafe-perm
with the error message
npm ERR! ERR! sharp Prebuilt libvips 8.10.0 binaries are not yet available for linuxmusl-arm64v8
uname -m returns
uname -m
aarch64
any idea how to get it running?
When I build the container with
sudo docker-compose up -d
it stops at
Step 7/17 : RUN npm install --unsafe-perm
with the error message
npm ERR! ERR! sharp Prebuilt libvips 8.10.0 binaries are not yet available for linuxmusl-arm64v8
uname -m
returnsaarch64
any idea how to get it running?