From 285ebfed6380bcfa57f0d5cd474615a1a471b6a9 Mon Sep 17 00:00:00 2001 From: Marcel van der Veldt Date: Tue, 3 Nov 2020 09:03:48 +0100 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f65e6c9b..244842ac 100755 --- a/Dockerfile +++ b/Dockerfile @@ -53,7 +53,7 @@ RUN set -x \ # setup jmalloc ARG JEMALLOC_VERSION=5.2.1 RUN curl -L -f -s "https://github.com/jemalloc/jemalloc/releases/download/${JEMALLOC_VERSION}/jemalloc-${JEMALLOC_VERSION}.tar.bz2" \ - | tar -xjf - -C /tmp/src \ + | tar -xjf - -C /usr/src \ && cd /usr/src/jemalloc-${JEMALLOC_VERSION} \ && ./configure \ && make \ -- 2.34.1