diff options
author | David Yip <yipdw@member.fsf.org> | 2018-03-23 12:09:22 -0500 |
---|---|---|
committer | David Yip <yipdw@member.fsf.org> | 2018-03-23 12:09:22 -0500 |
commit | 995b59526b06e1f949cba59d76e5e2718a1674f6 (patch) | |
tree | 64343cf61f81820433c855ac2e2f98e6bbd5e454 /Dockerfile | |
parent | 1772034ef251aa13f20a7eadc0ca1e527a54d07c (diff) |
Re-insert stack size fix in Dockerfile
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile index c36356cd1..438cf3ef4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -84,4 +84,5 @@ VOLUME /mastodon/public/system /mastodon/public/assets /mastodon/public/packs USER mastodon +ENV LD_PRELOAD=/lib/stack-fix.so ENTRYPOINT ["/sbin/tini", "--"] |