Skip to content

Commit 9366a15

Browse files
committed
fix building drbd-utils
1 parent 1cde071 commit 9366a15

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dockerfiles/linstor-satellite/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ ENV LANG en_US.UTF-8
3838
ENV LANGUAGE en_US:en
3939
ENV LC_ALL en_US.UTF-8
4040
RUN git checkout v${UTILS_VERSION} \
41+
&& git submodule update --init --force --checkout \
4142
&& install /dev/null /usr/local/bin/lbvers.py \
4243
&& ./autogen.sh \
4344
&& ./configure \

0 commit comments

Comments
 (0)