From 209f85c17ec0f53e0c7a831148209e5bf684688d Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Sun, 8 Sep 2019 13:07:55 +0300 Subject: [PATCH] Fix pip extras in dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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