remove boost in paddle_extra_install

This commit is contained in:
xingjun.wxj
2025-03-28 17:19:55 +08:00
parent ef3817a7c9
commit 1fd41ec22c

View File

@@ -22,9 +22,3 @@ RUN apt-get update && apt-get upgrade -y && apt-get install -y --reinstall ca-ce
dpkg-reconfigure --frontend noninteractive tzdata && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*
ENV LANG=zh_CN.UTF-8 LANGUAGE=zh_CN.UTF-8 LC_ALL=zh_CN.UTF-8
RUN wget -O /tmp/boost.tar.gz https://boostorg.jfrog.io/artifactory/main/release/1.80.0/source/boost_1_80_0.tar.gz && \
cd /tmp && tar xzf boost.tar.gz && \
mv /tmp/boost_1_80_0/boost /usr/include/boost && \
rm -rf /tmp/boost_1_80_0 && rm -rf boost.tar.gz