projects
/
music-assistant-server.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
efd764c
)
Update Dockerfile
author
Marcel van der Veldt
<m.vanderveldt@outlook.com>
Tue, 3 Nov 2020 08:03:48 +0000
(09:03 +0100)
committer
Marcel van der Veldt
<m.vanderveldt@outlook.com>
Tue, 3 Nov 2020 08:03:48 +0000
(09:03 +0100)
Dockerfile
patch
|
blob
|
history
diff --git
a/Dockerfile
b/Dockerfile
index f65e6c9b26af262b4676821fcd07aead9a464719..244842ac8769783b66054c12ba50fcacefe06f49 100755
(executable)
--- 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 \