Remove tini, as it doesn’t work
continuous-integration/drone/push Build is passing Details

master
Simon Bruder 2019-08-06 04:52:50 +00:00
parent 3c1865530e
commit 0c4c26158a
No known key found for this signature in database
GPG Key ID: 6F03E0000CC5B62F
1 changed files with 1 additions and 2 deletions

View File

@ -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"]