From 96b870426160f6f0c05aa7645498d05bf9ede6d3 Mon Sep 17 00:00:00 2001 From: Kaifei Yi Date: Wed, 10 Jul 2024 11:30:48 +0800 Subject: [PATCH] Update Dockerfile --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 6aaa4e8..0305f1b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,8 +1,8 @@ FROM ubuntu -RUN apt update && apt install python3 python3-pip -y +RUN apt update && apt install python3 python3-pip python3-requests -y COPY entrypoint.sh /entrypoint.sh COPY sync-upstream /sync-upstream -ENTRYPOINT ["/entrypoint.sh"] \ No newline at end of file +ENTRYPOINT ["/entrypoint.sh"]