Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
yikf authored Jul 10, 2024
1 parent 93441b9 commit 96b8704
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -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"]
ENTRYPOINT ["/entrypoint.sh"]

0 comments on commit 96b8704

Please sign in to comment.