Use slim docker image
This commit is contained in:
parent
8c177ee94c
commit
3c1865530e
|
@ -27,7 +27,7 @@ RUN git clone --depth=1 https://github.com/DeadSix27/waifu2x-converter-cpp \
|
||||||
#RUN apt-file update \
|
#RUN apt-file update \
|
||||||
# && /freeze.sh waifu2x-converter-cpp
|
# && /freeze.sh waifu2x-converter-cpp
|
||||||
|
|
||||||
FROM debian:testing
|
FROM debian:testing-slim
|
||||||
|
|
||||||
#COPY --from=builder /tmp/frozen_packages /tmp/frozen_packages
|
#COPY --from=builder /tmp/frozen_packages /tmp/frozen_packages
|
||||||
COPY frozen_packages /tmp/frozen_packages
|
COPY frozen_packages /tmp/frozen_packages
|
||||||
|
|
Reference in a new issue