diff --git a/Dockerfile b/Dockerfile index 2900872..3ce2be2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,11 +16,5 @@ RUN rarch=$(arch | sed s/aarch64/arm64/ | sed s/x86_64/x64/) && \ chmod +x napcat/napcat.sh && \ chmod +x entrypoint.sh -# 配置 supervisord -RUN echo "[supervisord]" > /etc/supervisord.conf && \ - echo "nodaemon=true" >> /etc/supervisord.conf && \ - echo "[program:napcat]" >> /etc/supervisord.conf && \ - echo "command=COMMAND" >> /etc/supervisord.conf - ENTRYPOINT ["bash", "entrypoint.sh"] diff --git a/base/Dockerfile b/base/Dockerfile index 7f2eff6..27f53c8 100644 --- a/base/Dockerfile +++ b/base/Dockerfile @@ -21,8 +21,7 @@ RUN apt-get update && apt-get install -y \ libx11-xcb1 \ ffmpeg \ unzip \ - curl \ - supervisor && \ + curl && \ apt autoremove -y && \ apt clean && \ rm -rf \