]> cat aescling's git repositories - mastodon.git/commitdiff
Remove su-exec from Docker image (#6722)
authorAkihiko Odaki <akihiko.odaki.4i@stu.hosei.ac.jp>
Sat, 10 Mar 2018 10:42:42 +0000 (19:42 +0900)
committerEugen Rochko <eugen@zeonfederated.com>
Sat, 10 Mar 2018 10:42:42 +0000 (11:42 +0100)
It is no longer necessary since commit
be9bab171dc2b1fe43bc742decb71f64541ca347.

Dockerfile

index e1b77b9506ce3a2954fe31ce03b568659d9cceab..f6fd6c3cb8227b92fdfdf3d0b7abd0507eb35782 100644 (file)
@@ -38,7 +38,6 @@ RUN apk -U upgrade \
     libpq \
     nodejs \
     protobuf \
-    su-exec \
     tini \
     tzdata \
  && update-ca-certificates \