Remove unused files from Docker images

This commit is contained in:
Tindy X 2021-09-20 18:26:16 +08:00 committed by GitHub
parent 7a2838712c
commit 61b671c13a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,7 +38,7 @@ RUN apk add --no-cache --virtual .build-tools git g++ build-base linux-headers c
mv subconverter /usr/bin && \
mv base ../ && \
cd .. && \
rm -rf subconverter && \
rm -rf subconverter quickjspp libcron toml11 && \
apk add --no-cache --virtual subconverter-deps pcre2 libcurl yaml-cpp libevent && \
apk del .build-tools .build-deps