diff --git a/Dockerfile b/Dockerfile index 3cf21b5..09a0777 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,6 +13,8 @@ RUN apt-get update \ libcurl4 \ wget \ ca-certificates \ + libtbbmalloc2 \ + libtbbmalloc2:i386 \ && \ apt-get remove --purge -y \ && \