We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7090215 + 1f0eebc commit 99a4544Copy full SHA for 99a4544
Dockerfile
@@ -10,7 +10,7 @@ WORKDIR /tmp
10
11
RUN apt-get update && apt-get install -y --no-install-recommends make gcc g++ musl-dev git && rm -rf /var/lib/apt/lists/*
12
13
-RUN git clone --depth 1 --branch v1.2.1-f https://github.com/Fantom-foundation/Sonic.git && \
+RUN git clone --depth 1 --branch v1.2.1-g https://github.com/Fantom-foundation/Sonic.git && \
14
cd Sonic && \
15
make all
16
0 commit comments