aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/client
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2020-01-03 17:53:12 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2020-01-03 17:53:12 +0300
commit392084edf4db8c18b14e705df68e6d623a1cd6f4 (patch)
treea424f12309c52ce52c687379ed6dcfee97d1e90d /client
parentupdate cmake-common (diff)
downloadmath-server-392084edf4db8c18b14e705df68e6d623a1cd6f4.tar.gz
math-server-392084edf4db8c18b14e705df68e6d623a1cd6f4.zip
Docker: forgot to add Boost.Regex
Diffstat (limited to 'client')
-rw-r--r--client/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/Dockerfile b/client/Dockerfile
index e053956..0ae14f1 100644
--- a/client/Dockerfile
+++ b/client/Dockerfile
@@ -19,7 +19,7 @@ RUN build_deps='boost-dev cmake g++ make python3' && \
-- -D Boost_USE_STATIC_LIBS=OFF && \
rm -rf -- "$src_dir" && \
apk del --purge --rdepends $build_deps && \
- runtime_deps='boost-filesystem boost-program_options boost-unit_test_framework libstdc++' && \
+ runtime_deps='boost-filesystem boost-program_options boost-regex boost-unit_test_framework libstdc++' && \
apk add $runtime_deps && \
/usr/local/bin/math-server-unit-tests --log_level=all