mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-23 01:33:08 +02:00
link correct libjemalloc
This commit is contained in:
parent
40cd0add8d
commit
e8cd49bf39
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ ARG GID="991"
|
|||
RUN apt-get update \
|
||||
&& apt-get install -y --no-install-recommends \
|
||||
ffmpeg tini curl libjemalloc-dev libjemalloc2 \
|
||||
&& ln -s /usr/lib/$(uname -m)-linux-gnu/libjemalloc2.so.2 /usr/local/lib/libjemalloc.so \
|
||||
&& ln -s /usr/lib/$(uname -m)-linux-gnu/libjemalloc.so.2 /usr/local/lib/libjemalloc.so \
|
||||
&& corepack enable \
|
||||
&& groupadd -g "${GID}" sharkey \
|
||||
&& useradd -l -u "${UID}" -g "${GID}" -m -d /sharkey sharkey \
|
||||
|
|
Loading…
Reference in a new issue