Update Dockerfile
authorMarcel van der Veldt <m.vanderveldt@outlook.com>
Tue, 3 Nov 2020 08:03:48 +0000 (09:03 +0100)
committerMarcel van der Veldt <m.vanderveldt@outlook.com>
Tue, 3 Nov 2020 08:03:48 +0000 (09:03 +0100)
Dockerfile

index f65e6c9b26af262b4676821fcd07aead9a464719..244842ac8769783b66054c12ba50fcacefe06f49 100755 (executable)
@@ -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 \