logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe
commit: 58a4633707ad5e9abe4727752f6ebd43566845c0
parent: 494969d394f5e2c09f42e659e99411c34b69867f
Author: Akihiko Odaki <akihiko.odaki.4i@stu.hosei.ac.jp>
Date:   Sat, 10 Mar 2018 19:42:42 +0900

Remove su-exec from Docker image (#6722)

It is no longer necessary since commit
be9bab171dc2b1fe43bc742decb71f64541ca347.

Diffstat:

MDockerfile1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile @@ -38,7 +38,6 @@ RUN apk -U upgrade \ libpq \ nodejs \ protobuf \ - su-exec \ tini \ tzdata \ && update-ca-certificates \