File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed
Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 1+ using gcc : 9 : /usr/bin/g++-9 ;
Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ COPY ./install.sh \
77 ./install-node.sh \
88 /scripts/
99
10+ COPY ./site-config.jam /etc/
11+
1012RUN apt-get update && \
1113 apt-get upgrade -y && \
1214 apt-get install -y \
Original file line number Diff line number Diff line change @@ -67,9 +67,9 @@ if(OS_POSIX)
6767 PREFIX
6868 ${EXTLIB_INSTALL_DIR}
6969 URL
70- https://archives.boost.io/release/1.81 .0/source /boost_1_81_0 .tar.bz2
70+ https://archives.boost.io/release/1.87 .0/source /boost_1_87_0 .tar.bz2
7171 URL_HASH
72- SHA256=71feeed900fbccca04a3b4f2f84a7c217186f28a940ed8b7ed4725986baf99fa
72+ SHA256=af57be25cb4c4f4b413ed692fe378affb4352ea50fbe294a11ef548f4d527d89
7373 DOWNLOAD_DIR
7474 ${EXTLIB_CACHE_DIR} /boost
7575 BUILD_IN_SOURCE 1
@@ -91,9 +91,9 @@ if(OS_WINDOWS)
9191 PREFIX
9292 ${EXTLIB_INSTALL_DIR}
9393 URL
94- https://archives.boost.io/release/1.81 .0/source /boost_1_81_0.zip
94+ https://archives.boost.io/release/1.87 .0/source /boost_1_87_0.7z
9595 URL_HASH
96- SHA256=6e689b266b27d4db57f648b1e5c905c8acd6716b46716a12f6fc73fc80af842e
96+ SHA256=db6b7d77a2286ebe79d4aa7252c08b051d271fd8b013b6b18bc7a966552c1139
9797 DOWNLOAD_DIR
9898 ${EXTLIB_CACHE_DIR} /boost
9999 BUILD_IN_SOURCE 1
You can’t perform that action at this time.
0 commit comments