Remove tini, as it doesn’t work
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
3c1865530e
commit
0c4c26158a
|
@ -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"]
|
||||
|
|
Reference in a new issue