From: Marcel van der Veldt Date: Tue, 3 Nov 2020 08:03:48 +0000 (+0100) Subject: Update Dockerfile X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=285ebfed6380bcfa57f0d5cd474615a1a471b6a9;p=music-assistant-server.git Update Dockerfile --- 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 \