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:
30b5ec8
)
add curl to build packages
author
Marcel van der Veldt
<m.vanderveldt@outlook.com>
Sun, 9 Jul 2023 13:51:50 +0000
(15:51 +0200)
committer
Marcel van der Veldt
<m.vanderveldt@outlook.com>
Sun, 9 Jul 2023 13:51:50 +0000
(15:51 +0200)
Dockerfile
patch
|
blob
|
history
diff --git
a/Dockerfile
b/Dockerfile
index 10fb3f13f8edff3d1a754a563d4801be0063c67a..b9f72c2c22c6d519f0369194e8e31a51d20d7095 100644
(file)
--- a/
Dockerfile
+++ b/
Dockerfile
@@
-18,7
+18,8
@@
RUN set -x \
build-essential \
libffi-dev \
cargo \
- git
+ git \
+ curl
# build jemalloc
ARG JEMALLOC_VERSION=5.3.0