Skip to content

Commit

Permalink
fix: turn off seccomp which fails on some Apple Silicon machines
Browse files Browse the repository at this point in the history
  • Loading branch information
michalrus committed Oct 19, 2023
1 parent 3eb8d5b commit 4059d53
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ RUN apt install curl git -y
# Note: `sandbox = false` is for compatibility with Podman, Docker doesn’t require it.
RUN curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix/tag/v0.11.0 | sh -s -- install linux \
--extra-conf "sandbox = false" \
--extra-conf "filter-syscalls = false" \
--init none --no-confirm
# Note: if you don’t set USE_IOG_BINARY_CACHE=1, you will be rebuilding our Haskell world from source (including multiple GHC stages).
ARG USE_IOG_BINARY_CACHE
Expand Down

0 comments on commit 4059d53

Please sign in to comment.