diff --git a/Dockerfile b/Dockerfile index 8278972c..9d66f04d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,7 +20,6 @@ RUN set -ex && \ su-exec \ shadow \ tini \ - openssl \ tzdata && \ python3 -m pip install --no-cache-dir --upgrade pip && \ sed -i '/bcrypt/d' requirements.txt && \