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:
49ab015
)
Update Dockerfile
author
Marcel van der Veldt
<m.vanderveldt@outlook.com>
Tue, 3 Nov 2020 08:53:26 +0000
(09:53 +0100)
committer
Marcel van der Veldt
<m.vanderveldt@outlook.com>
Tue, 3 Nov 2020 08:53:26 +0000
(09:53 +0100)
Dockerfile
patch
|
blob
|
history
diff --git
a/Dockerfile
b/Dockerfile
index 4ae83ffdf498c665100e8c62a18a9f6038f2613d..78f0915a46d784ecc6f80ae3745a0e03ffcf79fd 100755
(executable)
--- a/
Dockerfile
+++ b/
Dockerfile
@@
-53,6
+53,7
@@
RUN set -x \
tk-dev \
zlib-dev \
libuv-dev \
+ libffi \
# setup jmalloc
&& curl -L -f -s "https://github.com/jemalloc/jemalloc/releases/download/${JEMALLOC_VERSION}/jemalloc-${JEMALLOC_VERSION}.tar.bz2" \
| tar -xjf - -C /usr/src \