From af628377d7b6d45bcd3158c1c4383e7b96b39d99 Mon Sep 17 00:00:00 2001 From: Michal Rus Date: Thu, 19 Oct 2023 12:34:22 +0200 Subject: [PATCH] fix(ogmios): `seccomp` error on some Apple Silicon machines --- compose/ogmios/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/compose/ogmios/Dockerfile b/compose/ogmios/Dockerfile index da159d191c4..74ff681e28c 100644 --- a/compose/ogmios/Dockerfile +++ b/compose/ogmios/Dockerfile @@ -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