diff options
author | Riccardo Spagni <ric@spagni.net> | 2018-03-08 18:42:59 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2018-03-08 18:42:59 +0200 |
commit | 5d80f38e369d4a07050d47e1305dca6ea9912943 (patch) | |
tree | 8e9cd2507ec27713f4c4f6bac59db6afb9749de9 | |
parent | Merge pull request #3347 (diff) | |
parent | Dockerfile: add boost locale (diff) | |
download | monero-5d80f38e369d4a07050d47e1305dca6ea9912943.tar.xz |
Merge pull request #3356
7c81cc49 Dockerfile: add boost locale (MoroccanMalinois)
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile index 44a1015e9..b64af42ed 100644 --- a/Dockerfile +++ b/Dockerfile @@ -29,7 +29,7 @@ RUN curl -s -L -o boost_${BOOST_VERSION}.tar.bz2 https://dl.bintray.com/boostor && tar -xvf boost_${BOOST_VERSION}.tar.bz2 \ && cd boost_${BOOST_VERSION} \ && ./bootstrap.sh \ - && ./b2 --build-type=minimal link=static runtime-link=static --with-chrono --with-date_time --with-filesystem --with-program_options --with-regex --with-serialization --with-system --with-thread threading=multi threadapi=pthread cflags="-fPIC" cxxflags="-fPIC" stage + && ./b2 --build-type=minimal link=static runtime-link=static --with-chrono --with-date_time --with-filesystem --with-program_options --with-regex --with-serialization --with-system --with-thread --with-locale threading=multi threadapi=pthread cflags="-fPIC" cxxflags="-fPIC" stage ENV BOOST_ROOT /usr/local/boost_${BOOST_VERSION} # OpenSSL |