From f228f1cb482a78b871fad7ab6770186a01160e82 Mon Sep 17 00:00:00 2001 From: BrettMayson Date: Sun, 23 Jul 2023 02:46:27 -0600 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) 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 \ && \