diff --git a/Dockerfile b/Dockerfile index 6ee096d4..5d170ba6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -41,7 +41,7 @@ RUN apk add --no-cache --virtual .build-deps \ ca-certificates \ su-exec \ netcat-openbsd \ - && pip3 install .[fast_crypto,hq_thumbnails,metrics] \ + && pip3 install .[speedups,hq_thumbnails,metrics] \ && apk del .build-deps VOLUME /data