Skip to content

Commit

Permalink
fix(ogmios): seccomp error 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 ff200b5 commit 845c219
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions compose/ogmios/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ RUN if [ "$TARGETPLATFORM" = "linux/arm64" ] ; then \
armSubstituterKey="loony-tools:pr9m4BkM/5/eSTZlkQyRt57Jz7OMBxNSUiMC4FkcNfk=" ;\
fi && 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" \
--extra-conf "substituters = https://cache.nixos.org https://cache.iog.io ${armSubstituter}" \
--extra-conf "trusted-public-keys = cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ= ${armSubstituterKey}" \
--init none --no-confirm
Expand Down

0 comments on commit 845c219

Please sign in to comment.