From 759045035c9ea4de015d8ad3a68718d43ca90330 Mon Sep 17 00:00:00 2001 From: Sebastian <379651+czarly@users.noreply.github.com> Date: Wed, 18 Dec 2024 07:10:12 +0100 Subject: [PATCH] hopefully --- op/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/op/Dockerfile b/op/Dockerfile index d85edb64..892a5ebb 100644 --- a/op/Dockerfile +++ b/op/Dockerfile @@ -6,6 +6,7 @@ ARG OP_REPO=https://github.com/ethereum-optimism/optimism.git ARG OP_VERSION=v1.10.2 ARG OP_PATCH +RUN apt update && apt install -y just RUN git clone $OP_REPO --branch op-node/$OP_VERSION --single-branch . && \ git switch -c branch-$OP_VERSION