hopefully

This commit is contained in:
Sebastian
2024-12-18 07:10:12 +01:00
parent 72ed5de513
commit 759045035c

View File

@@ -6,6 +6,7 @@ ARG OP_REPO=https://github.com/ethereum-optimism/optimism.git
ARG OP_VERSION=v1.10.2 ARG OP_VERSION=v1.10.2
ARG OP_PATCH ARG OP_PATCH
RUN apt update && apt install -y just
RUN git clone $OP_REPO --branch op-node/$OP_VERSION --single-branch . && \ RUN git clone $OP_REPO --branch op-node/$OP_VERSION --single-branch . && \
git switch -c branch-$OP_VERSION git switch -c branch-$OP_VERSION