Commit 262b0db3 authored by Daniele Salatti's avatar Daniele Salatti Committed by GitHub

Fix: make build for Apple Silicon (#2550)

* Fix: make build for Apple Silicon

I had the same issue as #2429, adding `eudev-dev` and `build-base` fixes it.

* Remove redundant eudev-dep from Dockerfile.packages
Co-authored-by: default avatarmergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
parent 2d3216cd
......@@ -4,7 +4,7 @@
# ### BASE: Install deps
FROM node:16-alpine3.14 as base
RUN apk --no-cache add curl jq python3 ca-certificates git make gcc musl-dev linux-headers bash
RUN apk --no-cache add curl jq python3 ca-certificates git make gcc musl-dev linux-headers bash build-base
# copy over the needed configs to run the dep installation
# note: this approach can be a bit unhandy to maintain, but it allows
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment