From d308602cb650a4149d475f05348d4ae33a603429 Mon Sep 17 00:00:00 2001 From: Sebastian <379651+czarly@users.noreply.github.com> Date: Wed, 18 Dec 2024 07:13:32 +0100 Subject: [PATCH] hopefully --- op/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/op/Dockerfile b/op/Dockerfile index ab084eb5..5393b7d4 100644 --- a/op/Dockerfile +++ b/op/Dockerfile @@ -6,7 +6,7 @@ ARG OP_REPO=https://github.com/ethereum-optimism/optimism.git ARG OP_VERSION=v1.10.2 ARG OP_PATCH -RUN curl -fsSL https://github.com/casey/just/releases/latest/download/just-x86_64-unknown-linux-gnu.tar.gz | tar -xzf - -C /usr/local/bin +RUN curl -fsSL https://github.com/casey/just/releases/latest/download/just-x86_64-unknown-linux-musl.tar.gz | tar -xzf - -C /usr/local/bin RUN git clone $OP_REPO --branch op-node/$OP_VERSION --single-branch . && \ git switch -c branch-$OP_VERSION