diff --git a/Dockerfile b/Dockerfile index 05f52d3a8..a8d82fb15 100644 --- a/Dockerfile +++ b/Dockerfile @@ -72,7 +72,7 @@ ARG GID="991" RUN apt-get update \ && apt-get install -y --no-install-recommends \ ffmpeg tini curl libjemalloc-dev libjemalloc2 \ - && ln -s /usr/lib/$(uname -m)-linux-gnu/libjemalloc2.so.2 /usr/local/lib/libjemalloc.so \ + && ln -s /usr/lib/$(uname -m)-linux-gnu/libjemalloc.so.2 /usr/local/lib/libjemalloc.so \ && corepack enable \ && groupadd -g "${GID}" sharkey \ && useradd -l -u "${UID}" -g "${GID}" -m -d /sharkey sharkey \