Skip to content

Commit 4f1127a

Browse files
committed
docker,drbd: add missing libc-dev dependency
Without this, the gen-patch compilation for DRBD fails Signed-off-by: Moritz Wanzenböck <moritz.wanzenboeck@linbit.com>
1 parent ef0d17f commit 4f1127a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dockerfiles/drbd-driver-loader/Dockerfile.jammy

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ RUN apt-get update && \
1313
diffutils \
1414
perl \
1515
elfutils \
16+
libc-dev \
1617
curl && \
1718
apt-get clean
1819

0 commit comments

Comments
 (0)