forked from e621ng/e621ng
[Docker] Silence git warnings
https://github.blog/2022-04-12-git-security-vulnerability-announced/
This commit is contained in:
parent
e45e9023d4
commit
8d1f0519ac
@ -10,6 +10,8 @@ RUN wget -O - https://github.com/jemalloc/jemalloc/releases/download/5.2.1/jemal
|
||||
make && \
|
||||
make install
|
||||
|
||||
RUN git config --global --add safe.directory /app
|
||||
|
||||
ENV LD_PRELOAD=/usr/local/lib/libjemalloc.so.2
|
||||
|
||||
# Install js packages and gems
|
||||
|
Loading…
Reference in New Issue
Block a user