We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57a6698 commit d44542fCopy full SHA for d44542f
apps/radarr/Dockerfile
@@ -5,6 +5,9 @@ ARG TARGETARCH
5
ARG VENDOR
6
ARG VERSION
7
8
+ENV LD_PRELOAD=/usr/lib/libmimalloc.so.2 \
9
+ MIMALLOC_LARGE_OS_PAGES=1
10
+
11
ENV UMASK="0002" \
12
TZ="Etc/UTC"
13
@@ -24,6 +27,7 @@ RUN \
24
27
icu-libs \
25
28
jq \
26
29
libintl \
30
+ mimalloc2 \
31
nano \
32
sqlite-libs \
33
tzdata \
apps/sabnzbd/Dockerfile
@@ -3,6 +3,9 @@
3
FROM docker.io/library/python:3.13-alpine
4
@@ -29,6 +32,7 @@ RUN \
coreutils \
curl \
34
35
36
37
p7zip \
38
0 commit comments