8000 修复checkinstall错误 · foxgis/supabase-postgres@20ec869 · GitHub
[go: up one dir, main page]

Skip to content

Commit 20ec869

Browse files
committed
修复checkinstall错误
1 parent 5313011 commit 20ec869

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Dockerfile-kylin

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,10 @@ RUN rpmdev-setuptree
2828
RUN git clone http://checkinstall.izto.org/checkinstall.git && \
2929
cd checkinstall && \
3030
make -j$(nproc) && \
31-
make install
31+
make install && \
32+
echo "/usr/local/lib64" >/etc/ld.so.conf.d/installwatch.conf && \
33+
ln -s /usr/local/lib/installwatch.so /usr/local/lib64/installwatch.so && \
34+
ldconfig
3235

3336
####################
3437
# 06-pgjwt.yml

0 commit comments

Comments
 (0)
0