From 26aa26f18bfd7f5f32839d30b7ee39192b9e2624 Mon Sep 17 00:00:00 2001 From: dnomd343 Date: Mon, 1 Aug 2022 22:53:19 +0800 Subject: [PATCH] chore: remove redis --- Dockerfile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 138cdb9..cfd9c1a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -477,8 +477,7 @@ COPY --from=mad /tmp/mad /asset/usr/bin/ FROM python:3.10-alpine3.16 RUN \ apk add --no-cache boost-program_options c-ares \ - ca-certificates glib libev libsodium libstdc++ mbedtls pcre redis && \ - pip3 --no-cache-dir install colorlog flask gevent IPy pysocks redis requests && \ - rm -rf $(find / -name '__pycache__') && \ - echo "daemonize yes" >> /etc/redis.conf + ca-certificates glib libev libsodium libstdc++ mbedtls pcre && \ + pip3 --no-cache-dir install colorlog flask gevent IPy pysocks requests && \ + rm -rf $(find / -name '__pycache__') COPY --from=asset /asset /