diff --git a/op/Dockerfile b/op/Dockerfile index 892a5ebb..ab084eb5 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 apt update && apt install -y just +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 git clone $OP_REPO --branch op-node/$OP_VERSION --single-branch . && \ git switch -c branch-$OP_VERSION