Skip to content

Commit

Permalink
Add --depth to git submodule update
Browse files Browse the repository at this point in the history
  • Loading branch information
tatsuhiro-t committed Jan 22, 2024
1 parent baafe7f commit 050b028
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ RUN git clone --depth 1 -b v1.3.0 https://github.com/libbpf/libbpf && \
RUN git clone --depth 1 -b v1.59.0 https://github.com/nghttp2/nghttp2.git && \
cd nghttp2 && \
patch -p1 < /extra-mrbgem.patch && \
git submodule update --init && \
git submodule update --init --depth 1 && \
autoreconf -i && \
./configure --disable-examples --disable-hpack-tools --with-mruby --with-neverbleed \
--enable-http3 --with-libbpf \
Expand Down

0 comments on commit 050b028

Please sign in to comment.