Skip to content

Commit 1ccf3fd

Browse files
authored
feat: fix manylinux-cpp container (#171)
1 parent 3fee294 commit 1ccf3fd

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

adbc_drivers_dev/compose/manylinux-cpp/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,13 @@ RUN ulimit -n 1024 && \
2424
curl \
2525
gcc \
2626
gcc-c++ \
27+
kernel-devel \
2728
make \
2829
ninja-build \
2930
patch \
3031
patchutils \
32+
perl \
33+
perl-IPC-Cmd \
3134
pkgconfig \
3235
tar \
3336
unzip \

0 commit comments

Comments
 (0)