From 0c4c26158aff4eafe3ac221cd54236fc22ab85df Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Tue, 6 Aug 2019 04:52:50 +0000 Subject: [PATCH] =?UTF-8?q?Remove=20tini,=20as=20it=20doesn=E2=80=99t=20wo?= =?UTF-8?q?rk?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 0c8cb7c..efd5774 100644 --- a/Dockerfile +++ b/Dockerfile @@ -34,7 +34,6 @@ COPY frozen_packages /tmp/frozen_packages RUN apt-get update \ && apt-get install --no-install-recommends -y \ - tini \ beignet-opencl-icd \ ocl-icd-libopencl1 \ && xargs -a /tmp/frozen_packages apt-get install --no-install-recommends -y \ @@ -44,4 +43,4 @@ COPY --from=builder /usr/local /usr/local RUN ldconfig -ENTRYPOINT ["tini", "--", "waifu2x-converter-cpp"] +ENTRYPOINT ["waifu2x-converter-cpp"]