Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
slippersheepig authored Dec 30, 2023
1 parent 49c44dc commit ff4d3e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
FROM python:slim AS builder
RUN apt update && apt install git -y
RUN git clone https://github.com/rabilrbl/gemini-pro-bot.git /gemini
RUN pip install --no-cache-dir -r /gemini/requirements.txt

Expand Down

0 comments on commit ff4d3e9

Please sign in to comment.