From 61b671c13a084c61e82232e748498b53923f39e6 Mon Sep 17 00:00:00 2001 From: Tindy X <49061470+tindy2013@users.noreply.github.com> Date: Mon, 20 Sep 2021 18:26:16 +0800 Subject: [PATCH] Remove unused files from Docker images --- scripts/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/Dockerfile b/scripts/Dockerfile index af4f7f1..f3de278 100644 --- a/scripts/Dockerfile +++ b/scripts/Dockerfile @@ -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